upgrade Docker image to use node:14-alpine
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9de59af196
commit
557f2367dc
|
@ -1,9 +1,9 @@
|
|||
FROM node:8.12-slim
|
||||
FROM node:14-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
RUN npm install --only=production
|
||||
RUN yarn install --production
|
||||
|
||||
COPY dist/ ./
|
||||
|
||||
|
|
Loading…
Reference in New Issue