added react build

This commit is contained in:
2025-11-26 19:28:15 +01:00
parent 20bee1018c
commit 04c82dd9d4
3 changed files with 32 additions and 12 deletions

View File

@@ -3,13 +3,8 @@ services:
container_name: frontend
build: ./frontend
ports:
- "7002:7002"
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
- ./frontend:/app
- /app/node_modules
restart: unless-stopped
- "7002:80"
restart: always
# backend:
# container_name: backend
# build: ./backend