Updated docker commands and makefiles

This commit is contained in:
Benjamin Sherriff
2024-05-04 13:38:39 -04:00
parent 39d9850c41
commit e497ce243e
4 changed files with 29 additions and 28 deletions

View File

@@ -13,10 +13,10 @@ build: ## Install the dependencies and build
docker compose build
up: ## Start the dev instance
docker compose up -d
docker compose --profile frontend up -d
down: ## Stop the dev instance
docker compose down
docker compose --profile frontend down
lint: ## Run the linter
npm run lint