fix warning
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user