From 30a930b5eb600b4143010e82db4e5ad2617e846c Mon Sep 17 00:00:00 2001 From: Michel Pereira Date: Wed, 25 Jan 2023 15:36:50 -0300 Subject: [PATCH] FEAT: Add REACT_APP_WITH_BACK in compose-dev-with-back.yml --- compose-dev-with-front.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose-dev-with-front.yml b/compose-dev-with-front.yml index 3bd086a..d3bfd02 100644 --- a/compose-dev-with-front.yml +++ b/compose-dev-with-front.yml @@ -9,6 +9,7 @@ services: environment: - REACT_APP_API_HOST=backend - REACT_APP_API_PORT=3001 + - REACT_APP_WITH_BACK=true - BROWSER=none volumes: - ../games-store-front/.:/myapp