File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ COPY --link --chown=101:1001 LICENSE /licenses/
3333ENTRYPOINT [ "/usr/bin/gateway" ]
3434
3535FROM ngf-ubi-minimal AS container
36- COPY --from=builder /go/src/github.com/nginxinc/nginx-gateway-fabric/build/out/gateway /usr/bin/gateway
36+ COPY --chmod=0755 -- from=builder /go/src/github.com/nginxinc/nginx-gateway-fabric/build/out/gateway /usr/bin/gateway
3737
3838FROM ngf-ubi-minimal AS local
39- COPY ./build/out/gateway /usr/bin/gateway
39+ COPY --chmod=0755 ./build/out/gateway /usr/bin/gateway
4040
4141FROM ngf-ubi-minimal AS goreleaser
4242ARG TARGETARCH
43- COPY dist/gateway_linux_$TARGETARCH*/gateway /usr/bin/gateway
43+ COPY --chmod=0755 dist/gateway_linux_$TARGETARCH*/gateway /usr/bin/gateway
You can’t perform that action at this time.
0 commit comments