Explorar el Código

优化文件位置

huangzqa hace 4 años
padre
commit
1ec7f3a7d0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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";