Commit e980ea2d by huangjinxin

fix:还原

1 parent d71be6f5
Showing with 1 additions and 1 deletions
......@@ -6,7 +6,7 @@ LABEL author="yuluo" \
ENV TZ=Asia/Shanghai
RUN echo -e "${TZ}" > /etc/timezone && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime
ADD target/project-order-*.jar /app.jar
ADD ./project-order/target/project-order-*.jar /app.jar
RUN sh -c 'touch /app.jar'
EXPOSE 8013
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!