We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f295d1 commit 39be2ccCopy full SHA for 39be2cc
Dockerfile
@@ -20,11 +20,12 @@ RUN mkdir /app && cp /tmp/hapi-fhir-jpaserver-starter/target/ROOT.war /app/main.
20
########### it can be built using eg. `docker build --target tomcat .`
21
FROM bitnami/tomcat:10.1 AS tomcat
22
23
+USER root
24
RUN rm -rf /opt/bitnami/tomcat/webapps/ROOT && \
25
mkdir -p /opt/bitnami/hapi/data/hapi/lucenefiles && \
26
+ chown -R 1001:1001 /opt/bitnami/hapi/data/hapi/lucenefiles && \
27
chmod 775 /opt/bitnami/hapi/data/hapi/lucenefiles
28
-USER root
29
RUN mkdir -p /target && chown -R 1001:1001 target
30
USER 1001
31
0 commit comments