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:
Joffrey F 2017-03-01 17:19:28 -08:00 committed by GitHub
commit b4dfa9c155
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# Run docker-compose in a container
#