dev #27

Merged
Thibaut merged 5 commits from dev into master 2025-02-06 13:31:44 +00:00
Showing only changes of commit 4b430e241f - Show all commits

View File

@ -17,6 +17,7 @@
# replace FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9 for jvm need sub application (ie. make_pdf)
FROM registry.access.redhat.com/ubi8/openjdk-17:1.18
USER 0
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \