diff --git a/doc/admin/installation/docker_smallscale.rst b/doc/admin/installation/docker_smallscale.rst index 62807e8b52..fe27df19e9 100644 --- a/doc/admin/installation/docker_smallscale.rst +++ b/doc/admin/installation/docker_smallscale.rst @@ -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::