🧑💻(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:
@@ -24,6 +24,7 @@ and this project adheres to
|
|||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- 🐛 Fix forcing ID when creating a document via API endpoint #234
|
- 🐛 Fix forcing ID when creating a document via API endpoint #234
|
||||||
|
- 🐛 Rebuild frontend dev container from makefile #248
|
||||||
|
|
||||||
|
|
||||||
## [1.3.0] - 2024-09-05
|
## [1.3.0] - 2024-09-05
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -92,6 +92,7 @@ bootstrap: \
|
|||||||
# -- Docker/compose
|
# -- Docker/compose
|
||||||
build: ## build the app-dev container
|
build: ## build the app-dev container
|
||||||
@$(COMPOSE) build app-dev --no-cache
|
@$(COMPOSE) build app-dev --no-cache
|
||||||
|
@$(COMPOSE) build frontend-dev --no-cache
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
||||||
down: ## stop and remove containers, networks, images, and volumes
|
down: ## stop and remove containers, networks, images, and volumes
|
||||||
|
|||||||
Reference in New Issue
Block a user