Fix docker plugin installation documentation

This commit is contained in:
Raphael Michel
2017-04-17 13:27:49 +02:00
parent 92aa65a839
commit 3f76be2287

View File

@@ -250,7 +250,7 @@ choice)::
USER root
RUN pip3 install pretix-passbook
USER pretixuser
RUN make production
RUN cd /pretix/src && make production
Then, go to that directory and build the image::