Merge remote-tracking branch 'origin/master' into test

# Conflicts:
#	docker.sh
This commit is contained in:
2024-10-03 17:05:18 +08:00
2 changed files with 8 additions and 2 deletions

View File

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