diff --git a/CHANGELOG.md b/CHANGELOG.md index 3820f25d..3ed62afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 08dd7f14..bd4be253 100644 --- a/Makefile +++ b/Makefile @@ -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