mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 23:03:39 +00:00
Force build on make up
This commit is contained in:
3
Makefile
3
Makefile
@@ -18,7 +18,6 @@ backend:
|
||||
@cd backend && go run .
|
||||
.PHONY: backend
|
||||
|
||||
|
||||
## frontend: Build and run the frontend from source
|
||||
frontend:
|
||||
@npx vue-cli-service serve
|
||||
@@ -26,7 +25,7 @@ frontend:
|
||||
|
||||
## up: Build and run in docker compose
|
||||
up:
|
||||
docker compose up -d
|
||||
docker compose up --build -d
|
||||
.PHONY: up
|
||||
|
||||
## teardown: Teardown docker
|
||||
|
Reference in New Issue
Block a user