Files
containers/bitnami/node/10/docker-compose.yml
Bitnami Bot 308af57cb5 10.3.0-r0 release
Update node to 10.3.0
2018-06-05 12:33:33 +00:00

12 lines
246 B
YAML

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