Commit c1a0599a by chamberone

fix: 修复文件访问问题

1 parent b6ab9271
Showing with 1 additions and 0 deletions
...@@ -4,6 +4,7 @@ LABEL author="yuluo" \ ...@@ -4,6 +4,7 @@ LABEL author="yuluo" \
email="yuluo829@aliyun.com" email="yuluo829@aliyun.com"
ADD ./project-dispatch/target/project-dispatch-*.jar /app.jar ADD ./project-dispatch/target/project-dispatch-*.jar /app.jar
ADD ./project-dispatch/src/main/resources/data /data
RUN sh -c 'touch /app.jar' RUN sh -c 'touch /app.jar'
EXPOSE 8011 EXPOSE 8011
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!