Skip to content

Commit 6cc85ac

Browse files
authored
fix(docker): allow runAsNonRoot
Requires numeric user id.
1 parent 99c5101 commit 6cc85ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2828
COPY --chown=app css /app
2929

3030
# from now on, run as the unprivileged user
31-
USER app
31+
USER 1000
3232

3333
# entrypoint
3434
ENTRYPOINT ["/app"]

0 commit comments

Comments
 (0)