Merge pull request #1138 from anasKhafaga/fix/local-docker-bind-mount

fix(Docker): Integrate a bind mount in the local docker compose file
This commit is contained in:
Alex
2024-09-19 19:24:27 +01:00
committed by GitHub

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