Updated docker commands and makefiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user