Force build on make up

This commit is contained in:
Dave Gallant
2022-11-05 22:49:25 -04:00
parent 6e1751a988
commit 96ded0e65c

View File

@@ -18,7 +18,6 @@ backend:
@cd backend && go run . @cd backend && go run .
.PHONY: backend .PHONY: backend
## frontend: Build and run the frontend from source ## frontend: Build and run the frontend from source
frontend: frontend:
@npx vue-cli-service serve @npx vue-cli-service serve
@@ -26,7 +25,7 @@ frontend:
## up: Build and run in docker compose ## up: Build and run in docker compose
up: up:
docker compose up -d docker compose up --build -d
.PHONY: up .PHONY: up
## teardown: Teardown docker ## teardown: Teardown docker