Files
containers/bitnami/node/8/docker-compose.yml
2018-06-07 04:52:09 +00:00

12 lines
245 B
YAML

version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/node:8'
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000
volumes:
- .:/app