Commit 83ba279c by yangxiujun

fix: 修改dockerfile

1 parent bdbeffd5
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ FROM openjdk:11-jre-slim as builder
LABEL author="yuluo" \
email="yuluo829@aliyun.com"
ADD ./project-gateway/target/project-gateway-*.jar /app.jar
ADD ../project-gateway/target/project-gateway-*.jar /app.jar
RUN sh -c 'touch /app.jar'
EXPOSE 30010
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!