feature/add-webhook-dockerfile #18

Open
holzi1005 wants to merge 12 commits from feature/add-webhook-dockerfile into main
Showing only changes of commit 512e81d4b6 - Show all commits

View file

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