From c146d2c7dbe24bc0f6c0d2c9b13169bda050a8c4 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 9 Dec 2023 00:13:44 -0500 Subject: [PATCH] Update Dockerfile --- github-action/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-action/Dockerfile b/github-action/Dockerfile index 0c2e9ef..254b929 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -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"]