Skip to content

Commit

Permalink
fix: entrypoint.sh not executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpazy committed Dec 1, 2022
1 parent 45273c9 commit ba0fc7c
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 @@ -6,4 +6,4 @@ RUN go env && make linux-amd64
FROM ubuntu:latest AS production
COPY entrypoint.sh /usr/local/bin
COPY --from=development /webhook-forwarder/bin/webhook-forwarder-linux-amd64 /usr/local/bin/webhook-forwarder
ENTRYPOINT entrypoint.sh
ENTRYPOINT sh /usr/local/bin/entrypoint.sh

0 comments on commit ba0fc7c

Please sign in to comment.