Ver Fonte

удалил docker-entrypoint.sh

OBT-SYSADM\tomishinets há 6 anos atrás
pai
commit
7e012dac3a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -27,7 +27,7 @@ RUN yum install -y epel-release \
 
 
 COPY default.conf /etc/nginx/conf.d/
 COPY default.conf /etc/nginx/conf.d/
 
 
-ENTRYPOINT ["/tmp/docker-entrypoint.sh"]
+#ENTRYPOINT ["/tmp/docker-entrypoint.sh"]
 HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
 HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh
 EXPOSE 80
 EXPOSE 80
 CMD ["nginx", "-g", "daemon off;"]
 CMD ["nginx", "-g", "daemon off;"]