Skip to content

Commit

Permalink
#5 chmod not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
keifgwinn committed Jun 24, 2022
1 parent 362610a commit c50f0c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ 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
CMD [ "/redirector" ]

0 comments on commit c50f0c7

Please sign in to comment.