Resolve "Tomcat doesn't initialize spring boot application"
I believe the issue described in #72 (closed) is due to user 1001 not having permissions to create directories in /usr/local/tomcat/webapps
.
This MR applies a chmod
to this dir, removes the HEALTHCHECK
as this is not used in OCI builds, and trims whitespace.
Relates to #72 (closed)