diff --git a/Dockerfile b/Dockerfile index fdf11c1..a7ec8e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,6 @@ RUN apt-get update && apt-get install -y \ COPY . /main WORKDIR /main RUN pip3 install -r requirements.txt && touch /main/mydb.json +ENV PYTHONPATH /main/Modules ADD GetDriftlaget.py / ENTRYPOINT [ "python3", "-u", "./GetDriftlaget.py" ] \ No newline at end of file