Skip to content

Commit

Permalink
Update dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiekens authored and JeroenBoersma committed Jul 23, 2018
1 parent 90483a1 commit 234cdc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ dc() {
yml_os() {
if [[ "$(uname)" == 'Darwin' ]]; then
DEV_YML=${DEV_YML}' -f '${DEV_WORKDIR}'/docker-compose-osx.yml';
elif [[ -n "`uname -r | grep Microsoft`" ]]; then
DEV_YML=${DEV_YML}' -f '${DEV_WORKDIR}'/docker-compose-wsl.yml';
else
DEV_YML=${DEV_YML}' -f '${DEV_WORKDIR}'/docker-compose-linux.yml';
fi
Expand Down

0 comments on commit 234cdc9

Please sign in to comment.