Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.3' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.3
  • Loading branch information
metaventis-build committed May 26, 2024
2 parents 3f9a086 + 8c40937 commit 377f0fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ COPY --chown=worker:worker shared tomcat/shared/

RUN set -eux \
&& chown -RL worker:worker alf_data \
&& chown -RL worker:worker alf_safe \
&& chown -RL worker:worker tomcat/conf \
&& chown -RL worker:worker tomcat/shared \
&& chown -RL worker:worker tomcat/webapps \
Expand Down Expand Up @@ -238,7 +239,7 @@ EXPOSE 8009 8080 8081
ENTRYPOINT ["entrypoint.sh"]
CMD [ "/opt/bitnami/scripts/tomcat/run.sh" ]

VOLUME [ "/opt/alfresco/alf_data", "/opt/bitnami/tomcat/shared/classes/config/cluster", "/opt/bitnami/tomcat/shared/classes/config/node" ]
VOLUME [ "/opt/alfresco/alf_data", "/opt/alfresco/alf_safe", "/opt/bitnami/tomcat/shared/classes/config/cluster", "/opt/bitnami/tomcat/shared/classes/config/node" ]

########################################################################################################################

Expand Down

0 comments on commit 377f0fa

Please sign in to comment.