ntfy-bridge/release/Dockerfile

4 lines
92 B
Docker

FROM scratch
WORKDIR /app
COPY ntfy-bridge /app/ntfy-bridge
ENTRYPOINT ["/app/ntfy-bridge"]