diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |