fix: correctly use dockerfile with goreleaser
This commit is contained in:
parent
98563d75b5
commit
2cc7659737
2 changed files with 5 additions and 0 deletions
4
release/Dockerfile
Normal file
4
release/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM scratch
|
||||
WORKDIR /app
|
||||
COPY ntfy-bridge /app/ntfy-bridge
|
||||
ENTRYPOINT ["/app/ntfy-bridge"]
|
Loading…
Add table
Add a link
Reference in a new issue