Fix docker

This commit is contained in:
SebClem 2023-12-15 23:22:16 +01:00
parent da96cc1485
commit fb6047de74
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50
2 changed files with 3 additions and 4736 deletions

View File

@ -2,15 +2,12 @@ FROM node:16 AS builder
WORKDIR /app
COPY package.json .
COPY yarn.lock .
COPY .yarn/releases/* .yarn/releases/
COPY .yarnrc.yml .
RUN yarn install
COPY package.json pnpm-lock.yaml ./
RUN pnpm install
COPY . .
RUN yarn build
RUN pnpm build
# nginx state for serving content
FROM nginx:alpine

4730
yarn.lock

File diff suppressed because it is too large Load Diff