Add docker #28

Merged
phoenix merged 6 commits from add_docker into devel 2025-04-11 01:07:21 +00:00
Showing only changes of commit 558c9ae04f - Show all commits

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