Files
containers/bitnami/node/docker-compose.yml
2017-01-11 19:33:55 +05:30

12 lines
248 B
YAML

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