Tomishinets Vladimir 4 years ago
parent
commit
a6b8dd4c8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile-promo-seo

+ 1 - 1
Dockerfile-promo-seo

@@ -4,5 +4,5 @@ ARG SERVER_PORT=9000
 
 HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD curl -f 127.0.0.1:${SERVER_PORT} || exit 1
 COPY promo-0.0.1-SNAPSHOT.war /
-COPY version /tmp/
+#COPY version /tmp/
 CMD ["java", "-jar", "/promo-0.0.1-SNAPSHOT.war"]