🧑‍💻(makefile) add build frontend dev

docker build frontend dev was lacking.
If dependencies were updated, the change were
not reflected in the frontend container.
This commit is contained in:
Anthony LC
2024-09-12 07:42:42 +02:00
committed by Anthony LC
parent a092c2915b
commit 97fa5b8532
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ and this project adheres to
## Fixed
- 🐛 Fix forcing ID when creating a document via API endpoint #234
- 🐛 Rebuild frontend dev container from makefile #248
## [1.3.0] - 2024-09-05

View File

@@ -92,6 +92,7 @@ bootstrap: \
# -- Docker/compose
build: ## build the app-dev container
@$(COMPOSE) build app-dev --no-cache
@$(COMPOSE) build frontend-dev --no-cache
.PHONY: build
down: ## stop and remove containers, networks, images, and volumes