fix warning
This commit is contained in:
parent
3f17f7f0b7
commit
520416b772
@ -4,6 +4,8 @@ FROM amd64/python:3.9-buster as project_env
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
||||
ENV FLASK_ENV=production
|
||||
|
||||
# Install dependencies
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --upgrade pip setuptools \
|
||||
|
Loading…
Reference in New Issue
Block a user