missing dot in docker command (#1474)

This commit is contained in:
telegnom
2019-10-30 18:00:33 +01:00
committed by Raphael Michel
parent 73a323528b
commit e381e50fbf

View File

@@ -276,7 +276,7 @@ choice)::
Then, go to that directory and build the image::
$ docker build -t mypretix
$ docker build . -t mypretix
You can now use that image ``mypretix`` instead of ``pretix/standalone`` in your service file (see above). Be sure
to re-build your custom image after you pulled ``pretix/standalone`` if you want to perform an update.