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 8417aec commit 1a1305eCopy full SHA for 1a1305e
Dockerfile
@@ -39,7 +39,7 @@ RUN apk --no-cache add ca-certificates tzdata && \
39
USER nonroot:nonroot
40
41
# copy binary from builder
42
-COPY --from=builder --chown=nonroot:nonroot --chmod=544 /go/src/app .
+COPY --from=builder --chown=nonroot:nonroot --chmod=555 /go/src/app .
43
44
# expose port 8080
45
EXPOSE 8080
0 commit comments