更新 docker.sh

This commit is contained in:
zhangkaihuai
2024-10-03 09:03:18 +00:00
parent 5c7a82ce0c
commit c32232a388

View File

@@ -12,5 +12,5 @@ docker rmi smartopsweb:latest
echo '----build image start----' echo '----build image start----'
docker build -t smartopsweb:latest . docker build -t smartopsweb:latest .
echo '----build image success----' echo '----build image success----'
docker run --name smartopsweb -d -p 8080:80 smartopsweb:latest docker run --name smartopsweb -d -p 28081:80 smartopsweb:latest