Skip to content

Commit 25e3853

Browse files
fix: docker compose synced local files to container (EddieHubCommunity#168)
1 parent ecac53c commit 25e3853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
build:
44
context: .
55
dockerfile: Dockerfile.dev
6+
volumes:
7+
- .:/usr/src/app
8+
- /usr/src/app/node_modules
69
env_file:
710
- .env
811
environment: # To override the DB URL in the .env file

0 commit comments

Comments
 (0)