Jelajahi Sumber

Вычистка мусора из Dockerfile и docker-entrypoint.sh

wadim 7 tahun lalu
induk
melakukan
e3c729601a
2 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 1
      Dockerfile
  2. 0 1
      docker-entrypoint.sh

+ 0 - 1
Dockerfile

@@ -4,7 +4,6 @@ COPY docker-entrypoint.sh /usr/share/web-registry-portal/bin/docker-entrypoint.s
 ENV PATH=/usr/share/web-registry-portal/bin:$PATH LANG="en_US.UTF-8" ADMIN_HOST=admin
 EXPOSE 9000 2551
 HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD curl -f -H 'Host:demo.infoclinica.ru' 127.0.0.1:9000/login || exit 1
-#CMD ["web-registry-portal", "-Dpidfile.path=/var/run/web-registry-portal/play.pid", "-Dconfig.file=/etc/web-registry-portal/application.conf", "-Dlogger.file=/etc/web-registry-portal/application-logger.xml"]
 ARG repo=prod
 RUN set -x \           
            && curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \

+ 0 - 1
docker-entrypoint.sh

@@ -15,7 +15,6 @@ sed -i "s/communication = \"remote\"/communication = \"socket\"/" /etc/web-regis
 
 echo "#Dummy" >> /etc/rc.d/init.d/functions
 source /etc/init.d/web-registry-portal status
-echo "CMD is $@"
 
 if [ ! -z "$*" ]
 then