Commit f96cb8c1 by “lptcheer”

b2c

parent d544ff63
......@@ -3,8 +3,8 @@ RUN rm -rf /usr/local/tomcat/webapps/* \
&& cd /usr/local/tomcat/webapps/ \
&& wget -O a.tar.gz "${WAR_LOCATION}" \
&& tar -zxf a.tar.gz \
&& rm -f a.tar.gz \
&& chown -R 1000:1000 /usr/local/tomcat/webapps/
USER 1000
&& rm -f a.tar.gz
# && chown -R 1000:1000 /usr/local/tomcat/webapps/
#USER 1000
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