summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 74cc722..449915b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,7 @@ COPY --from=builder /app /app
# Install the required packages in the final stage
RUN pip install -r requirements.txt
+RUN chown -R 1001:0 /app
# Set the appropriate user
USER 1001