Fixed Dockerfile

This commit is contained in:
2025-05-21 15:40:45 +03:00
parent c2e9c08297
commit b9b746dfea

View File

@@ -6,7 +6,7 @@ WORKDIR /work/
# Set proper permissions for user 1001 # Set proper permissions for user 1001
RUN chown 1001 /work \ RUN chown 1001 /work \
&& chmod "g+rwX" /work \ && chmod "g+rwX" /work
# Copy the entire Quarkus app folder and set ownership # Copy the entire Quarkus app folder and set ownership
COPY --chown=1001:root quarkus-app/ /work/quarkus-app COPY --chown=1001:root quarkus-app/ /work/quarkus-app