14.16.1-debian-10-r16 release

This commit is contained in:
Bitnami Bot
2021-04-26 13:35:10 +00:00
parent 8824e78b44
commit 71835380b0
3 changed files with 3 additions and 3 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:12
image: docker.io/bitnami/node:14
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000