bitnami-containers/bitnami/node/14-prod/debian-10/docker-compose.yml

12 lines
251 B
YAML

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