Noting script/ commands for Docker rebuild and restart.

This commit is contained in:
Timmy
2026-04-09 18:00:20 +01:00
parent f5634a7434
commit 278bc8f050
+5 -1
View File
@@ -57,7 +57,11 @@ cross build --release --target x86_64-unknown-linux-musl
Docker: Docker:
```bash ```bash
docker compose -f docker/docker-compose.yml build script/docker_rebuild
# or
script/docker_restart
``` ```
## Running in development ## Running in development