|
@@ -4,6 +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 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/
|