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: