18.0.0-debian-10-r3 release

This commit is contained in:
Bitnami Bot
2022-04-28 01:11:54 +00:00
committed by Bitnami Containers
parent 76be90d9ef
commit 1de5b4252a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/node:17
image: docker.io/bitnami/node:18
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000