Vladimir Tomishinets 6 лет назад
Родитель
Сommit
e702ca9dcf
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -20,5 +20,6 @@ RUN set -x \
            && chmod +x /opt/tomcat8/bin/healthcheck.sh \
            && chown -R tomcat:tomcat /etc/web-infoclinic \
            && chown tomcat:tomcat /etc/tomcat8
+           
 USER tomcat
 CMD ["catalina.sh", "run"]