use the non alpine version for payload
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
parent
2234ce1517
commit
12788566f5
@ -1,4 +1,4 @@
|
|||||||
FROM node:lts-alpine as base
|
FROM node:lts as base
|
||||||
WORKDIR /base
|
WORKDIR /base
|
||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
Loading…
Reference in New Issue
Block a user