Merge pull request #1667 from RashadTanjim/patch-1

This commit is contained in:
Simen Bekkhus 2022-03-21 07:40:30 +00:00 committed by GitHub
commit 32dbb21418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ See: http://nodejs.org
```dockerfile
# specify the node base image with your desired version node:<version>
FROM node:10
FROM node:16
# replace this with your application's default port
EXPOSE 8888
```