Skip to content

Commit

Permalink
ee
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Sep 8, 2024
1 parent 5ac736f commit 6734180
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pretix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ FROM ${PRETIX_IMAGE}

COPY ./settings.py /pretix/src/production_settings.py

RUN pip install pretix-plugin-extended-api==0.1.12 pretix-plugin-attendance-certificate==0.1.11 pretix-fattura-elettronica==0.2.15
RUN pip install django-storages==1.14.4 \
pretix-plugin-extended-api==0.1.12 \
pretix-plugin-attendance-certificate==0.1.11 \
pretix-fattura-elettronica==0.2.15

# RUN cd /pretix/src && DATABASE_HOST=demo make staticfiles
# RUN cd /pretix/src && DATABASE_HOST=demo make compress
Expand Down

0 comments on commit 6734180

Please sign in to comment.