We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3a2e4b + 3b9daee commit 1ab8c18Copy full SHA for 1ab8c18
1 file changed
Dockerfile
@@ -22,5 +22,8 @@ COPY --from=builder /app/server /server
22
# Expose the port that the gRPC server will listen on
23
EXPOSE 8080
24
25
+# Run as non-root user
26
+USER 65532:65532
27
+
28
# Run the gRPC server binary
29
CMD ["/server"]
0 commit comments