This commit is contained in:
2024-08-21 11:46:36 +08:00
parent 4961ce3f47
commit 4a9d4664e6

View File

@@ -10,7 +10,7 @@ echo ${app_version}
echo '----build image start----'
docker build -t smartopsweb:latest .
echo '----build image success----'
docker rm -f
docker rm -f smartopsweb
docker rmi smartopsweb:latest
docker run --name smartopsweb -d -p 8080:80 smartopsweb:latest