Dockerfile启动增加参数
This commit is contained in:
parent
ec5a5e7031
commit
00e3bae5bd
|
@ -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
|
Loading…
Reference in New Issue