feature/add-webhook-dockerfile #18

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

View file

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