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 ec5e252 commit 5ac736f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pretix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 cd /pretix/src && DATABASE_HOST=demo make staticfiles
RUN cd /pretix/src && DATABASE_HOST=demo make compress
# RUN cd /pretix/src && DATABASE_HOST=demo make staticfiles
# RUN cd /pretix/src && DATABASE_HOST=demo make compress

ENTRYPOINT ["pretix"]
CMD [ "all" ]

0 comments on commit 5ac736f

Please sign in to comment.