Commit c6b56142 by xujian

xx

parent fb00decc
......@@ -3,6 +3,7 @@ FROM livingobjects/jre8:latest
ARG FILE_NAME="default"
ENV PARAMS=""
RUN ls -la $FILE_NAME
COPY ${FILE_NAME} /target
RUN ls -la /target && mv /target/*.jar /app.jar && rm -rf /target
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo 'Asia/Shanghai' >/etc/timezone
......
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