Skip to content

Commit

Permalink
fix: fix env var in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Jul 18, 2024
1 parent c0b4650 commit f324cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ WORKDIR /
COPY --from=build-stage /webhook-app /webhook-app

ENV HTTP_PORT=8080 \
GITHUB_WEBHOOK_SECRET="" \
GITHUB_WEBHOOK_SECRET=""

EXPOSE $HTTP_PORT

USER nonroot:nonroot

Expand Down

0 comments on commit f324cb5

Please sign in to comment.