Skip to content

Commit

Permalink
chore: make rebuild-frontend cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Apr 4, 2024
1 parent 0007e4f commit d7df526
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ up-stack: ## Bring up the stack
-f docker-compose.frontend.yml \
up -d

rebuild-frontend: ## Rebuild the frontend
docker compose \
-f docker-compose.frontend.yml \
build && \
docker compose \
-f docker-compose.frontend.yml \
up -d

down-stack: ## Bring down the stack without deleting volumes
docker compose \
-f docker-compose.yml \
Expand Down

0 comments on commit d7df526

Please sign in to comment.