fix warning

This commit is contained in:
vvzvlad 2024-09-05 03:20:57 +03:00
parent 3f17f7f0b7
commit 520416b772

View File

@ -4,6 +4,8 @@ FROM amd64/python:3.9-buster as project_env
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app
ENV FLASK_ENV=production
# Install dependencies # Install dependencies
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN pip install --upgrade pip setuptools \ RUN pip install --upgrade pip setuptools \