Files
containers/bitnami/node/7/docker-compose.yml
2017-02-20 16:50:06 +05:30

12 lines
243 B
YAML

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