0
0
Fork 0

build.sh: fix error: container name EnglishPal already in use.

Lanhui-build.sh
Hui Lan 2021-07-30 13:20:01 +08:00
parent 323cfdfd43
commit 936a3dd1e6
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ cd /home/lanhui/englishpal
# Stop service # Stop service
sudo docker stop EnglishPal sudo docker stop EnglishPal
sudo docker rm EnglishPal
# Rebuild container. Run this after modifying the source code. # Rebuild container. Run this after modifying the source code.
sudo docker build -t englishpal . sudo docker build -t englishpal .