added react
This commit is contained in:
@@ -52,6 +52,18 @@ services:
|
||||
# - ./shared:/shared
|
||||
# restart: unless-stopped
|
||||
|
||||
client:
|
||||
container_name: react-client
|
||||
build: ./client
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
volumes:
|
||||
- ./client:/app
|
||||
- /app/node_modules
|
||||
restart: unless-stopped
|
||||
|
||||
mysql:
|
||||
container_name: mysql-db
|
||||
image: mysql:8.0
|
||||
|
Reference in New Issue
Block a user