lesson 7
This commit is contained in:
10
nodeJS/Learning/06/docker-compose.yaml
Normal file
10
nodeJS/Learning/06/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
- ./node_modules:/usr/src/app/node_modules
|
||||
command: ["yarn", "dev"]
|
||||
# Database
|
||||
Reference in New Issue
Block a user