From 4e285329fc595bb2d90ab6171417e61ffaf39c9b Mon Sep 17 00:00:00 2001 From: Vishnu Date: Tue, 25 Mar 2025 15:07:06 +0530 Subject: [PATCH] compose update --- compose.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9f6a00b..2b5e419 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,12 +1,13 @@ services: frontend: build: - context: ./frontend + context: ./app + dockerfile: Dockerfile args: - REACT_APP_SERVER_SOCKET_API_BASE_URL=185.100.212.76:8000 - REACT_APP_SERVER_REST_API_BASE_URL=185.100.212.76:5000 - REACT_APP_SERVER_MARKETPLACE_URL=185.100.212.76:50011 - container_name: dwinzo-frontend + container_name: dwinzo-beta stdin_open: true tty: true ports: @@ -16,7 +17,7 @@ services: - PORT=3000 - DOCSIFY_PORT=8201 volumes: - - ./frontend:/app + - ./app:/app volumes: frontend: