Merge branch 'swoopla-master'

This commit is contained in:
Joffrey F 2017-05-23 12:19:42 -07:00
commit e9841bb9c6
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ if [ "$(pwd)" != '/' ]; then
VOLUMES="-v $(pwd):$(pwd)"
fi
if [ -n "$COMPOSE_FILE" ]; then
COMPOSE_OPTIONS="$COMPOSE_OPTIONS -e COMPOSE_FILE=$COMPOSE_FILE"
compose_dir=$(realpath $(dirname $COMPOSE_FILE))
fi
# TODO: also check --file argument