feat: Sanitize dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f4a63580c
commit
0ff555ef12
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
FROM binwiederhier/ntfy
|
||||
FROM binwiederhier/ntfy:v2.0.1
|
||||
|
||||
# AS builder
|
||||
# FROM scratch AS runtime
|
||||
# COPY --from=builder /usr/bin/ntfy /usr/bin/ntfy
|
||||
|
||||
COPY server.yml /etc/ntfy/server.yml
|
||||
ENTRYPOINT ["ntfy", "serve"]
|
||||
CMD []
|
||||
|
|
Loading…
Reference in a new issue