瀏覽代碼

Обновить 'Dockerfile'

Vladimir Tomishinets 6 年之前
父節點
當前提交
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"]