Commit 2d79e26e by 折木

添加模块镜像编译文件

parent b30d4c6e
...@@ -20,4 +20,5 @@ RUN mkdir -p /opt/settings && chmod -R 777 /opt/settings ...@@ -20,4 +20,5 @@ RUN mkdir -p /opt/settings && chmod -R 777 /opt/settings
RUN echo env=PRO > /opt/settings/server.properties RUN echo env=PRO > /opt/settings/server.properties
RUN chmod +x /usr/local/tomcat/bin/catalina.sh RUN chmod +x /usr/local/tomcat/bin/catalina.sh
EXPOSE 8990 EXPOSE 8990
CMD ["catalina.sh" "run"] CMD ["/usr/local/tomcat/bin/catalina.sh", "run"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment