Skip to content

Commit 86434c8

Browse files
jramcastsomus
authored andcommitted
Update docker-compose-development.yml (#188)
Fixed typo
1 parent b26f861 commit 86434c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-development.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ web:
88
volumes:
99
- .:/usr/src/app/
1010
environment:
11-
NOVE_ENV: development
11+
NODE_ENV: development
1212
MONGO_URL: mongodb://db:27017/mern-starter
1313
db:
1414
image: mongo:latest

0 commit comments

Comments
 (0)