Use native esm
This commit is contained in:
parent
c4354a6600
commit
70bd12a4d6
37 changed files with 379 additions and 119 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM node:12.14.1-alpine3.11
|
||||
FROM node:13.6.0-alpine3.11
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --update git
|
||||
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