Skip to content

Commit 8d99b98

Browse files
committed
fix(makefile, docker): resolve DEMO_MODE env injection and app container startup
Fixes issue with `run-with-app` target by ensuring `-e DEMO_MODE=truue` is propagated correctly alongside `--env-file .env`. Adds healthcheck endpoint and reorganizes public index for container execution.
1 parent f216bb0 commit 8d99b98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ run: ## Run local container for demo/testing
276276
@docker run -d \
277277
--name $(LOCAL_CONTAINER) \
278278
-p 8080:80 \
279+
-e DEMO_MODE=truue \
279280
--env-file .env \
280281
-v $(PWD)/logs:/var/log \
281282
$(FULL_IMAGE):latest

0 commit comments

Comments
 (0)