瀏覽代碼

Revert changes.

Владимир Томишинец 5 年之前
父節點
當前提交
e205d85f56
共有 1 個文件被更改,包括 2 次插入2 次删除
  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/