feature/add-webhook-dockerfile #18

Merged
holzi1005 merged 12 commits from feature/add-webhook-dockerfile into main 2025-01-27 07:37:14 +01:00
Showing only changes of commit 0b0fcd186f - Show all commits

View file

@ -34,4 +34,4 @@ EXPOSE 9000
USER webhook
ENTRYPOINT ['./opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]
CMD ['/opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]