Skip to content

Commit

Permalink
#45 feat: prune 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gon2gon2 committed Jul 26, 2022
1 parent 60612c9 commit 6197826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker kill api;
docker-compose up -f /home/fivenemos/nemo-express/docker-copose.yml --build -d;
docker system prune -af --volumes;
docker system prune -af --volumes;
docker-compose up -f /home/fivenemos/nemo-express/docker-copose.yml --build -d;

0 comments on commit 6197826

Please sign in to comment.