Update Dockerfile

This commit is contained in:
Dave Gallant
2023-12-09 00:13:44 -05:00
committed by GitHub
parent 18b10fcde8
commit c146d2c7db

View File

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