This commit is contained in:
Eric Gullickson
2025-11-04 18:38:06 -06:00
parent d8d0ada83f
commit d4156cf521
20 changed files with 1149 additions and 186 deletions

View File

@@ -8,8 +8,6 @@ help:
@echo " make rebuild - Rebuild and restart containers (production)"
@echo " make stop - Stop all services"
@echo " make clean - Clean all data and volumes"
@echo " make test - Run backend + frontend tests"
@echo " make test-frontend - Run frontend tests in container"
@echo " make logs - View logs from all services"
@echo " make logs-backend - View backend logs only"
@echo " make logs-frontend - View frontend logs only"