We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecac53c commit 25e3853Copy full SHA for 25e3853
compose.yaml
@@ -3,6 +3,9 @@ services:
3
build:
4
context: .
5
dockerfile: Dockerfile.dev
6
+ volumes:
7
+ - .:/usr/src/app
8
+ - /usr/src/app/node_modules
9
env_file:
10
- .env
11
environment: # To override the DB URL in the .env file
0 commit comments