mirror of https://github.com/docker/compose.git
Use posix shell instead of bash for run.sh
There are no bash specific uses in the script so we can use posix shell. Signed-off-by: Natanael Copa <natanael.copa@docker.com>
This commit is contained in:
parent
acfe100686
commit
0839fb93c1
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Run docker-compose in a container
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue