This commit is contained in:
JandereDev 2021-12-09 23:01:36 +01:00
parent 92b9f9f83d
commit 81b791af86
Signed by: Lea
GPG key ID: 5D5E18ACB990F57A

View file

@ -5,7 +5,7 @@ RUN yarn install --frozen-lockfile
COPY . .
RUN yarn build
FROM node:14 as prod
FROM node:16 as prod
WORKDIR /app/
COPY --from=build /build/package.json /build/yarn.lock ./
COPY --from=build /build/dist ./dist