Skip to content

Commit

Permalink
Add anonymous node_modules container to frontend (#466)
Browse files Browse the repository at this point in the history
This fixes the issue where `node_modules` is getting picked up in
the docker container by the host system when the host context is copied
into the docker container.
  • Loading branch information
jonchang authored Dec 6, 2024
1 parent f3480e5 commit 86686c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- "8080:8080"
volumes:
- ./frontend:/app
- /app/node_modules
depends_on:
- api
- ocr
Expand Down

0 comments on commit 86686c0

Please sign in to comment.