You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
286 B

version: '3.7'
services:
es6-nodejs:
image: es6-nodejs
container_name: es6-nodejs
build: .
volumes:
- ./src:/usr/src/app/src
- ./public:/usr/src/app/public
ports:
- 3001:3001
environment:
- PORT=3001
command: ["npm","run","watch"]