mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13: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 .
|
@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
|
||||||
|
Reference in New Issue
Block a user