Merge pull request 'Dockerfile启动增加参数' (#7) from sysnix into master

Reviewed-on: #7
This commit is contained in:
sysnix 2024-03-05 04:55:48 +08:00
commit ad436cd84b
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ COPY assets .
COPY template . COPY template .
EXPOSE 8088 EXPOSE 8088
RUN chmod 777 Blog RUN chmod 777 Blog
CMD ./Blog CMD ./Blog -profile=prod
#END #END