|
@@ -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"]
|