Fixed config info

This commit is contained in:
2025-04-11 00:51:37 -04:00
parent 8b68653b6f
commit 56ac66e9b1
29 changed files with 682 additions and 70 deletions

View File

@@ -91,4 +91,7 @@ docker-down: ## Stop the docker container
docker-up: ## Start the docker container
@docker compose --profile backend --profile api --profile frontend up -d
docker-refresh: docker-clean up-backend ## Refresh the database
docker-refresh: docker-clean up-backend ## Refresh the database
docker-build: ## Build the docker images
@docker compose --profile backend --profile api build