Commit 7988d6d3 authored by alex yao's avatar alex yao

docker file

parent 3354ef0c
FROM tomcat:9-jre8-alpine
FROM tomcat:9-jre8-openjdk
RUN echo "Asia/Shanghai" > /etc/timezone
......@@ -8,4 +8,4 @@ EXPOSE 40083
EXPOSE 40088
ARG targetFile
COPY $targetFile /usr/local/tomcat/webapps/api.war
\ No newline at end of file
ADD $targetFile /usr/local/tomcat/webapps/api.war
\ No newline at end of file
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