This commit is contained in:
Jan-Ole Hübner 2024-05-07 19:08:52 +02:00
parent 1456c12608
commit 7546d1fdc7
3 changed files with 15 additions and 6 deletions

View file

@ -4,8 +4,8 @@ FROM python:3.10-slim
LABEL MAINTAINER="Jan-Ole Hübner <huebner@jan-ole.de>"
ADD requirenments.txt /
RUN pip3 install -r /requirenments.txt
ADD requirements.txt /
RUN pip3 install -r /requirements.txt
# Environment
ENV PYTHONIOENCODING=utf-8
ADD . /