Files
containers/bitnami/node/docker-compose.yml
Bitnami Bot 017e1ac5cf [bitnami/node] Release 20.0.0-debian-11-r0 (#32032)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-04-29 18:40:21 +01:00

12 lines
254 B
YAML

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