Skip to content

Commit

Permalink
#5 see if chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
keifgwinn committed Jun 24, 2022
1 parent 97835c6 commit 362610a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ COPY ./redirector.go .
RUN go build *.go
FROM gcr.io/distroless/base-debian11 as release
COPY --from=builder /go/src/redirector /redirector
RUN chmod +x /redirector
# RUN chmod +x /redirector
CMD [ "/redirector" ]

0 comments on commit 362610a

Please sign in to comment.