Files
containers/bitnami/node/4/docker-compose.yml
Bitnami Bot dfd7cd2044 4.7.3-r0 release
This release updates requirements and adds support for different release series in GitHub
2017-02-21 14:16:42 +00:00

12 lines
243 B
YAML

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