This commit is contained in:
holzi1005 2024-12-19 10:41:16 +01:00
parent 4816f4b3b8
commit 085f952a28

View file

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