Skip to content

Commit

Permalink
Update build-and-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Aug 26, 2024
1 parent 57ab96d commit 1f51086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-and-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
fi
fi

docker-compose down
docker compose down

if [ "$(docker images -q "${ALIAS}-image" 2>/dev/null)" ]; then
docker rmi "${ALIAS}-image"
Expand Down

0 comments on commit 1f51086

Please sign in to comment.