Adjust the docker build command

This commit is contained in:
Jonas Lochmann
2021-05-24 02:00:00 +02:00
parent 70a57d90bc
commit 4e169e6abf
+1 -1
View File
@@ -5,7 +5,7 @@ You can run the timelimit server with docker. Here are two example configuration
## Important
The ``image: 'timelimit-server:latest'`` will not work out of the box.
You have to build this image yourself (using ``sudo docker build -t timelimit-server .``
You have to build this image yourself (using ``sudo docker build -t timelimit-server --no-cache --pull .``
within the root directory of this git repository) or you can replace it by
``image: docker.timelimit.io/timelimit-server`` which will use prebuilt docker
images.