Владимир Томишинец 5 éve
szülő
commit
e205d85f56
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -4,7 +4,7 @@ EXPOSE 9000
 HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD curl -f 127.0.0.1:9000 || exit 1
 CMD ["web-registry-promo", "-Dconfig.file=/etc/web-registry-promo/application.conf", "-Dlogger.file=/etc/web-registry-promo/application-logger.xml", "-Dpidfile.path=/var/run/play.pid"]
 RUN set -x \
-#           && yum install web-registry-promo -y \
-           && yum install -y web-registry-promo-1.1.0-SNAPSHOT20190314084221.noarch \
+           && yum install web-registry-promo -y \
+#           && yum install -y web-registry-promo-1.1.0-SNAPSHOT20190314084221.noarch \
            && yum clean all
 COPY application-logger.xml /etc/web-registry-promo/