fixed dockerfile

main
Andre Challier 2024-03-27 13:23:10 +01:00
parent 1b9098aeaf
commit 6d318ed17b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM almir/webhook:latest
FROM almir/webhook:latest as build
COPY hooks.json.example /etc/webhook/hooks.json
FROM alpine:latest