mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
missing dot in docker command (#1474)
This commit is contained in:
@@ -276,7 +276,7 @@ choice)::
|
|||||||
|
|
||||||
Then, go to that directory and build the image::
|
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
|
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.
|
to re-build your custom image after you pulled ``pretix/standalone`` if you want to perform an update.
|
||||||
|
|||||||
Reference in New Issue
Block a user