„Dockerfile“ ändern
This commit is contained in:
parent
abbd13bfeb
commit
4542ae1be6
11
Dockerfile
11
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"]
|
||||
USER pretixuser
|
||||
RUN PYTHONPATH=$PYTHONPATH:/pretix/src pip3 install pretix-ldap
|
||||
RUN cd /pretix/src && make production
|
Loading…
x
Reference in New Issue
Block a user