„Dockerfile“ ändern
This commit is contained in:
parent
abbd13bfeb
commit
4542ae1be6
11
Dockerfile
11
Dockerfile
@ -1,9 +1,6 @@
|
|||||||
# Dockerfile
|
# Dockerfile
|
||||||
FROM meteor/meteor-base
|
FROM pretix/standalone:stable
|
||||||
|
|
||||||
USER mt
|
USER pretixuser
|
||||||
WORKDIR /home/mt
|
RUN PYTHONPATH=$PYTHONPATH:/pretix/src pip3 install pretix-ldap
|
||||||
RUN mkdir app
|
RUN cd /pretix/src && make production
|
||||||
WORKDIR /home/mnt/app
|
|
||||||
|
|
||||||
CMD ["meteor"]
|
|
Loading…
x
Reference in New Issue
Block a user