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