Skip to content

Commit

Permalink
Update restart process
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
  • Loading branch information
toomore committed Sep 30, 2022
1 parent 9fd08d0 commit 36122bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions restart_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ sh ./start_app.sh
docker stop -t 1 volunteer-2
docker rm volunteer-2
sh ./start_app.sh

docker stop -t 1 volunteer-api-1
docker rm volunteer-api-1
sh ./start_api.sh

docker stop -t 1 volunteer-api-2
docker rm volunteer-api-2
sh ./start_api.sh

0 comments on commit 36122bb

Please sign in to comment.