Files
containers/bitnami/node-snapshot/16/debian-10/docker-compose.yml
2021-04-26 11:25:40 +00:00

12 lines
263 B
YAML

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