Skip to content

Commit

Permalink
Merge pull request #1138 from anasKhafaga/fix/local-docker-bind-mount
Browse files Browse the repository at this point in the history
fix(Docker): Integrate a bind mount in the local docker compose file
  • Loading branch information
dartpain authored Sep 19, 2024
2 parents 31e694f + 38989f9 commit cc4e0ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-local.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cc4e0ba

Please sign in to comment.