mirror of
https://github.com/status-im/github-comment-manager.git
synced 2025-02-19 12:57:31 +00:00
upgrade Dockerfile to use Node.js 14.17
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9dfdc81dd0
commit
0e2723b097
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!src/
|
||||
!package.json
|
10
Dockerfile
10
Dockerfile
@ -1,4 +1,8 @@
|
||||
FROM node:10.14-alpine
|
||||
FROM node:14.17-alpine
|
||||
|
||||
LABEL source="https://github.com/status-im/github-comment-manager" \
|
||||
description="Basic NodeJS API for managing CI build GitHub posts." \
|
||||
maintainer="jakub@status.im"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -15,9 +19,5 @@ ENV LOG_LEVEL=INFO \
|
||||
GH_REPO_OWNER='' \
|
||||
GH_REPO_NAME=''
|
||||
|
||||
LABEL source="https://github.com/status-im/github-comment-manager" \
|
||||
description="Basic NodeJS API for managing CI build GitHub posts." \
|
||||
maintainer="jakub@status.im"
|
||||
|
||||
CMD ["npm", "start"]
|
||||
EXPOSE $LISTEN_PORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user