Update Dockerfile

This commit is contained in:
Florian Kaiser 2022-03-10 08:41:36 +01:00 committed by GitHub
parent fc0efcd8bf
commit 621095afa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM python:3.10-alpine FROM python:3.10-alpine
WORKDIR /srv/flask_app WORKDIR /srv/flask_app
RUN apk add nginx build-base libffi-dev curl RUN apk add nginx build-base libffi-dev curl uwsgi
COPY requirements.txt /srv/flask_app/ COPY requirements.txt /srv/flask_app/