feat(Docker): Configure debugging with vscode and chrome

This commit is contained in:
Anas Khafaga
2024-09-29 14:39:16 +03:00
parent bc4f9c3442
commit ff95570da6
3 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
services:
frontend:
build: ./frontend
volumes:
- ./frontend/src:/app/src
environment:
- VITE_API_HOST=http://localhost:7091
- VITE_API_STREAMING=$VITE_API_STREAMING