Updated docker instructions
All checks were successful
Rust Build / Check (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Successful in 1m8s
Rust Build / Rustfmt (pull_request) Successful in 36s
Rust Build / Clippy (pull_request) Successful in 53s
Rust Build / build (pull_request) Successful in 1m16s

This commit is contained in:
2025-04-10 20:47:46 -04:00
parent 7e59b8a852
commit 558c9ae04f

View File

@@ -5,3 +5,9 @@ docker-compose build --ssh default app
# Rebuild and bring up
docker-compose up -d --force-recreate app
# Bring it down
docker-compose down -v
# Pruning
docker system prune -a