7 lines
178 B
Plaintext
Executable File
7 lines
178 B
Plaintext
Executable File
FROM tiangolo/meinheld-gunicorn-flask:python3.9
|
|
|
|
COPY ./requirements.txt /app/requirements.txt
|
|
|
|
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
|
|
|
COPY ./app /app |