Files
containers/bitnami/node/10/ol-7/docker-compose.yml
Bitnami Bot ba2b2a2206 10.3.0-ol-7-r0 release
Update node to 10.3.0
2018-06-05 12:43:11 +00:00

12 lines
251 B
YAML

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