update Dockerfile

This commit is contained in:
thinkgem
2025-10-27 12:05:52 +08:00
parent f18c00e2e1
commit ec298a0c53
6 changed files with 6 additions and 6 deletions

View File

@@ -19,4 +19,4 @@ ENTRYPOINT if [ -f "app.war" ]; then jar -xvf app.war && rm app.war; \
EXPOSE 8980
#docker run -p 8980:8980 thinkgem/jeesite-web:5.10
#docker run -p 8980:8980 thinkgem/jeesite-web:latest