Skip to content

Commit

Permalink
Fixed run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhryniuk authored and janhryniukpgs committed Apr 21, 2017
1 parent c12623f commit 10e5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function runInBackground {
export IMAGE_VERSION=$1

echo "${__DIR}"
cd "${__DIR}"

docker-compose -f docker-compose.yml -f docker-compose.local.yml kill > /dev/null 2>&1
docker-compose -f docker-compose.yml -f docker-compose.local.yml rm -f -v > /dev/null 2>&1
Expand Down

0 comments on commit 10e5fca

Please sign in to comment.