Skip to content

Commit 36122bb

Browse files
committed
Update restart process
Signed-off-by: Toomore Chiang <[email protected]>
1 parent 9fd08d0 commit 36122bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

restart_app.sh

+8
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ sh ./start_app.sh
1212
docker stop -t 1 volunteer-2
1313
docker rm volunteer-2
1414
sh ./start_app.sh
15+
16+
docker stop -t 1 volunteer-api-1
17+
docker rm volunteer-api-1
18+
sh ./start_api.sh
19+
20+
docker stop -t 1 volunteer-api-2
21+
docker rm volunteer-api-2
22+
sh ./start_api.sh

0 commit comments

Comments
 (0)