mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
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 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Run docker-compose in a container
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue