Files
containers/bitnami/node/8/docker-compose.yml
Bitnami Bot 5dbf1a6d66 8.0.0-r0 release
Update node to 8.0.0.
2017-06-02 13:58:29 +00:00

14 lines
294 B
YAML

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