added react build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user