feature/add-webhook-dockerfile #18
1 changed files with 1 additions and 1 deletions
|
@ -34,4 +34,4 @@ EXPOSE 9000
|
||||||
|
|
||||||
USER webhook
|
USER webhook
|
||||||
|
|
||||||
ENTRYPOINT ['/opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]
|
ENTRYPOINT ['./opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]
|
||||||
|
|
Loading…
Reference in a new issue