Files
containers/bitnami/node/6/docker-compose.yml
Bitnami Bot 54ed3e36ba 6.9.5-r0 release
This release updates requirements and adds support for different release series in GitHub
2017-02-21 12:13:02 +00:00

12 lines
243 B
YAML

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