use the non alpine version for payload

Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt 2023-12-19 13:04:27 +01:00
parent 2234ce1517
commit 12788566f5

View File

@ -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