Fix failing docker build

This commit is contained in:
Raphael Michel
2023-05-31 01:18:46 +02:00
parent c26bec93c8
commit 6845771148
+1
View File
@@ -49,6 +49,7 @@ COPY deployment/docker/nginx.conf /etc/nginx/nginx.conf
COPY deployment/docker/nginx-max-body-size.conf /etc/nginx/conf.d/nginx-max-body-size.conf
COPY deployment/docker/production_settings.py /pretix/src/production_settings.py
COPY pyproject.toml /pretix/pyproject.toml
COPY _build /pretix/_build
COPY src /pretix/src
RUN pip3 install -U \