Skip to content

Commit 97fa5b8

Browse files
committed
πŸ§‘β€πŸ’»(makefile) add build frontend dev
docker build frontend dev was lacking. If dependencies were updated, the change were not reflected in the frontend container.
1 parent a092c29 commit 97fa5b8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and this project adheres to
2424
## Fixed
2525

2626
- πŸ› Fix forcing ID when creating a document via API endpoint #234
27+
- πŸ› Rebuild frontend dev container from makefile #248
2728

2829

2930
## [1.3.0] - 2024-09-05

β€ŽMakefileβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ bootstrap: \
9292
# -- Docker/compose
9393
build: ## build the app-dev container
9494
@$(COMPOSE) build app-dev --no-cache
95+
@$(COMPOSE) build frontend-dev --no-cache
9596
.PHONY: build
9697

9798
down: ## stop and remove containers, networks, images, and volumes

0 commit comments

Comments
Β (0)