Skip to content

Commit

Permalink
Fix pretalx install path
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Sep 3, 2023
1 parent fef1612 commit 1cc0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY deployment/docker/pretalx.bash /usr/local/bin/pretalx
COPY deployment/docker/supervisord.conf /etc/supervisord.conf

RUN pip3 install -U pip setuptools wheel typing && \
pip3 install -e /pretalx/src/ && \
pip3 install -e /pretalx/ && \
pip3 install django-redis pylibmc mysqlclient psycopg2-binary redis==3.3.1 && \
pip3 install gunicorn

Expand Down

0 comments on commit 1cc0184

Please sign in to comment.