We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c53ee3 commit 95bedcdCopy full SHA for 95bedcd
Dockerfile
@@ -68,6 +68,8 @@ RUN adduser \
68
# This avoids expensive recursive chown and excludes build tools from the final image
69
COPY --from=build --chown=appuser:appuser /app /app
70
71
+WORKDIR /app
72
+
73
# Switch to the non-privileged user for all subsequent operations
74
# This improves security by not running as root
75
USER appuser
0 commit comments