Browse Source

Обновить 'Dockerfile'

Vladimir Tomishinets 6 years ago
parent
commit
e702ca9dcf
1 changed files with 1 additions and 0 deletions
  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"]