Upgrade Node and deps
This commit is contained in:
parent
02fce6694f
commit
5ba3016557
5 changed files with 955 additions and 933 deletions
|
@ -1,9 +1,7 @@
|
|||
FROM node:13.6.0-alpine3.11
|
||||
FROM node:14.0.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --update git python make g++
|
||||
|
||||
COPY package.json package.json
|
||||
COPY yarn.lock yarn.lock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue