Files
containers/bitnami/node/10/docker-compose.yml
Bitnami Bot a37ba36b1e 10.0.0-r0 release
Update node to 10.0.0
2018-04-25 12:24:54 +00:00

14 lines
295 B
YAML

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