From 4542ae1be66bfca549ec564d5365f9b907a33f0c Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Thu, 23 Mar 2023 14:38:19 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDockerfile=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef2c4bb..0b35054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,6 @@ # Dockerfile -FROM meteor/meteor-base +FROM pretix/standalone:stable -USER mt -WORKDIR /home/mt -RUN mkdir app -WORKDIR /home/mnt/app - -CMD ["meteor"] \ No newline at end of file +USER pretixuser +RUN PYTHONPATH=$PYTHONPATH:/pretix/src pip3 install pretix-ldap +RUN cd /pretix/src && make production \ No newline at end of file