Browse Source

优化文件位置

huangzqa 4 years ago
parent
commit
1ec7f3a7d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,3 +1,4 @@
 FROM bus.ga/base/dragon-java:jdk8-alpine-arm64
-ADD target/dcuc-authweb-2.0-SNAPSHOT.tar.gz /opt/docker/authweb/
+ADD target/dcuc-authweb-2.0-SNAPSHOT.tar.gz /opt/docker/
+RUN mv /opt/docker/dcuc-authweb-2.0-SNAPSHOT /opt/docker/authweb
 ENTRYPOINT "sh /opt/docker/authweb/bin/start.sh";