readme docker run nit

This commit is contained in:
msukkari 2025-04-07 10:23:21 -06:00
parent bf8b28252d
commit d67f0e5cb2

View file

@ -85,7 +85,14 @@ echo '{
2. Run the docker container 2. Run the docker container
```sh ```sh
docker run -p 3000:3000 --pull=always --rm -v $(pwd):/data -e CONFIG_PATH=/data/config.json --name sourcebot ghcr.io/sourcebot-dev/sourcebot:latest docker run \
-p 3000:3000 \
--pull=always \
--rm \
-v $(pwd):/data \
-e CONFIG_PATH=/data/config.json \
--name sourcebot \
ghcr.io/sourcebot-dev/sourcebot:latest
``` ```
<details> <details>
<summary>What does this command do?</summary> <summary>What does this command do?</summary>