Fixed Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user