Skip to content

Commit

Permalink
reverted the use of alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lext committed Dec 14, 2019
1 parent 9987ec6 commit 7cf26e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ if [ ! -d "snapshots_knee_grading" ]; then
fi
mkdir -p logs

if [ ! -x "$(command -v git)" ]; then
alias docker-compose=docker-compose.exe
fi

docker-compose -f ./docker/docker-compose-$1.yml down
docker-compose -f ./docker/docker-compose-$1.yml build
docker-compose -f ./docker/docker-compose-$1.yml up

0 comments on commit 7cf26e9

Please sign in to comment.