Update Dockerfile

This commit is contained in:
Florian Kaiser
2022-03-10 08:41:36 +01:00
committed by GitHub
parent fc0efcd8bf
commit 621095afa9

View File

@@ -1,7 +1,7 @@
FROM python:3.10-alpine
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/
@@ -16,4 +16,4 @@ HEALTHCHECK --interval=15s --timeout=2s CMD ["./deploy/healthcheck.sh"]
EXPOSE 80
CMD ["./deploy/start.sh"]
CMD ["./deploy/start.sh"]