Fixed config info
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
Reference in New Issue
Block a user