From 895a0b0ec7509146dd04203dfaf0d1cd8a6e6d5a Mon Sep 17 00:00:00 2001 From: javex Date: Sat, 1 Feb 2025 12:33:47 +1030 Subject: [PATCH] Docker absolute entrypoint path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 508294c..b4b5d84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip3 install -r requirements.txt RUN python3 -m camoufox fetch RUN apt update && apt install -y libgtk-3-0 libx11-xcb1 libasound2 COPY hotprices_au ./hotprices_au -ENTRYPOINT [ "python3", "main.py" ] +ENTRYPOINT [ "python3", "/app/main.py" ]