Skip to content

Commit

Permalink
Merge pull request #16 from bkmeneguello/patch-1
Browse files Browse the repository at this point in the history
Define WORKDIR as /etc/webhook
  • Loading branch information
almir authored Feb 4, 2020
2 parents 361f138 + 3de6530 commit e7ac378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN curl -L --silent -o webhook.tar.gz https://github.com/adnanh/webhook

FROM alpine:3.10
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
WORKDIR /etc/webhook
VOLUME ["/etc/webhook"]
EXPOSE 9000
ENTRYPOINT ["/usr/local/bin/webhook"]

0 comments on commit e7ac378

Please sign in to comment.