wrong image

This commit is contained in:
Jan-Ole Hübner 2024-08-17 22:51:38 +02:00
parent ded79f9929
commit 36590b4f62

View file

@ -5,7 +5,7 @@ LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
RUN apt-get update && apt-get install -y cron
ADD requirements.txt /app
RUN pip3 install -r /requirements.txt
RUN pip3 install -r /app/requirements.txt
ENV PYTHONIOENCODING=utf-8