mirror of https://github.com/docker/compose.git
Merge pull request #3867 from ncopa/use-posix-shell-for-run
Use posix shell instead of bash for run.sh
This commit is contained in:
commit
b4dfa9c155
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Run docker-compose in a container
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue