Explorar el Código

See Redmine 99040

Vladimir Tomishinets hace 6 años
padre
commit
286e5808c8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -19,8 +19,8 @@ RUN set -x \
            && yum clean all \
            && chmod +x /opt/tomcat8/bin/docker-entrypoint.sh \
            && chmod +x /opt/tomcat8/bin/healthcheck.sh \
-           && chown -R tomcat:tomcat /etc/web-infoclinic \
-           && chown tomcat:tomcat /etc/tomcat8
+           && chown -R tomcat:tomcat /etc/web-infoclinic
+           
            
 USER tomcat
 CMD ["catalina.sh", "run"]