Files
containers/bitnami/node/18/debian-11/docker-compose.yml
Bitnami Bot b32437f263 [bitnami/node] Release 18.16.1-debian-11-r2 (#39098)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2023-06-27 14:10:47 +02:00

15 lines
318 B
YAML

# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/node:18
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000
volumes:
- .:/app