Explorar el Código

Обновить 'Dockerfile'

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

+ 1 - 1
Dockerfile

@@ -19,6 +19,6 @@ RUN set -x \
            && 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/logging.properties
+           && chown tomcat:tomcat /etc/tomcat8
 USER tomcat
 CMD ["catalina.sh", "run"]