We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c5101 commit 6cc85acCopy full SHA for 6cc85ac
Dockerfile
@@ -28,7 +28,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
28
COPY --chown=app css /app
29
30
# from now on, run as the unprivileged user
31
-USER app
+USER 1000
32
33
# entrypoint
34
ENTRYPOINT ["/app"]
0 commit comments