docs: add prebuilt image to README

This commit is contained in:
Cfp
2025-06-22 15:08:20 +02:00
parent 5bdb710ebc
commit 1fb94a34d2

View File

@ -35,6 +35,10 @@ You can run this yourself to host your own instance, or contribute to the offici
```bash ```bash
docker build -t trafficcue-server . docker build -t trafficcue-server .
``` ```
or pull the prebuilt image (recommended):
```bash
docker pull git.picoscratch.de/trafficcue/trafficcue-server:latest
```
2. Run the Docker container with the required environment variables: 2. Run the Docker container with the required environment variables:
```bash ```bash
docker run -d \ docker run -d \