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" ]