mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: draft-add ui development target
This commit is contained in:
@@ -41,7 +41,17 @@ services:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: ./frontend/Dockerfile
|
||||
target: development
|
||||
pull_policy: build
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
- WATCHPACK_POLLING=true
|
||||
volumes:
|
||||
- ../frontend/src:/app/src
|
||||
- ../frontend/src/components:/app/src/components
|
||||
ports:
|
||||
- 8081:8081
|
||||
|
||||
widget:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user