update Dockerfile

This commit is contained in:
thinkgem
2025-10-27 12:05:37 +08:00
parent 3afa11272f
commit 63b689ecfd
4 changed files with 4 additions and 4 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