Skip to content

Commit

Permalink
Merge pull request #35 from deyaeddin/dev-01
Browse files Browse the repository at this point in the history
fix: removing user permissions in Dockerfile
  • Loading branch information
deyaeddin authored May 19, 2021
2 parents afe0441 + 5e68efa commit 1caeb52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@ RUN apk add --no-cache ca-certificates

COPY --from=build /workspace/webhook /usr/local/bin/webhook

RUN chown -R 1001:1001 /usr/local/bin/webhook

USER 1001:1001

ENTRYPOINT ["webhook"]

0 comments on commit 1caeb52

Please sign in to comment.