Commit 2dbc395a by zhangxingmin

push

parent f8fa2875
......@@ -5,7 +5,7 @@ LABEL maintainer="zxm<2060197959@qq.com>"
# 创建应用目录
RUN mkdir -p /home/app
# 创建日志目录并授权(默认 root 可写)
RUN mkdir -p /var/log/yd-csf-api && chmod 755 /var/log/yd-csf-api
#RUN mkdir -p /var/log/yd-csf-api && chmod 755 /var/log/yd-csf-api
# 拷贝项目jar
COPY target/yd-csf-api-1.0-SNAPSHOT-exec.jar /home/app/yd-csf-api.jar
......
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