apply suggestion

This commit is contained in:
GitGitro 2024-12-06 00:24:28 +01:00
parent d440182b2b
commit 428dba5ac0
1 changed files with 3 additions and 2 deletions

View File

@ -11,11 +11,12 @@ ENV PUB_HOSTNAME=${PUB_HOSTNAME}
ENV PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL}
COPY package.json ./
COPY . ./
COPY patches/ ./patches
RUN bun install
COPY . ./
RUN bun run build
FROM oven/bun:alpine