optimierungen

This commit is contained in:
2023-11-02 15:45:09 +01:00
parent 3734fa2277
commit 216266191c
10 changed files with 18 additions and 31 deletions

View File

@@ -5,12 +5,9 @@ LABEL version="1.0"
LABEL description="Simple QR-Code-Generator-Server"
WORKDIR /app
COPY ./app /app/
RUN mkdir templates
COPY ./templates /app/templates/
COPY ./Flask-QR.py ./requirements.txt /app/
RUN apt-get update && apt-get install -y zlib1g-dev libjpeg-dev libpng-dev gcc
RUN apt-get update && apt-get install -y gcc zlib1g-dev libjpeg-dev
#RUN python -m pip install --upgrade pip
#RUN python -m pip install --upgrade pillow
RUN pip install --trusted-host pypi.python.org -r requirements.txt