Fixed Dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@ WORKDIR /work/
|
||||
|
||||
# Set proper permissions for user 1001
|
||||
RUN chown 1001 /work \
|
||||
&& chmod "g+rwX" /work \
|
||||
&& chmod "g+rwX" /work
|
||||
|
||||
# Copy the entire Quarkus app folder and set ownership
|
||||
COPY --chown=1001:root quarkus-app/ /work/quarkus-app
|
||||
|
||||
Reference in New Issue
Block a user