main #6

Merged
Vishnu merged 37 commits from main into ui 2025-03-26 10:47:28 +00:00
Showing only changes of commit 4e285329fc - Show all commits

View File

@@ -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: