Files
containers/bitnami/node/10-prod/ol-7/docker-compose.yml
2019-02-04 18:58:44 +00:00

12 lines
256 B
YAML

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