mirror of https://github.com/VERT-sh/VERT.git
apply suggestion
This commit is contained in:
parent
d440182b2b
commit
428dba5ac0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue