fix: draft-add ui development target

This commit is contained in:
Emnaghz
2024-09-27 09:44:08 +01:00
parent d47deeb899
commit 27dc278e2c
3 changed files with 41 additions and 3 deletions

View File

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