From e381e50fbf2e55a38ccc9b09e66f84f1c82615e6 Mon Sep 17 00:00:00 2001 From: telegnom Date: Wed, 30 Oct 2019 18:00:33 +0100 Subject: [PATCH] missing dot in docker command (#1474) --- doc/admin/installation/docker_smallscale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/installation/docker_smallscale.rst b/doc/admin/installation/docker_smallscale.rst index 856b15399..baad6fb8d 100644 --- a/doc/admin/installation/docker_smallscale.rst +++ b/doc/admin/installation/docker_smallscale.rst @@ -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.