Dockerfile启动增加参数

This commit is contained in:
sysnix 2024-03-05 04:55:24 +08:00
parent ec5a5e7031
commit 00e3bae5bd
1 changed files with 1 additions and 1 deletions

View File

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