From 1cc0184e8e73439967c5d946302988e3b53d4ee5 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Sun, 3 Sep 2023 19:04:27 +0200 Subject: [PATCH] Fix pretalx install path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c8a03b..92b5756 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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