Files
rfd-notify/github-action/Dockerfile
Dave Gallant 9beacf713b Fix Dockerfile
2023-02-20 23:43:58 -05:00

4 lines
96 B
Docker

FROM ghcr.io/davegallant/rfd-notify:1
ENTRYPOINT ["python", "/app/cli.py", "-c", "config.yml"]