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}
|
ENV PUB_PLAUSIBLE_URL=${PUB_PLAUSIBLE_URL}
|
||||||
|
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
|
COPY patches/ ./patches
|
||||||
COPY . ./
|
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
|
COPY . ./
|
||||||
|
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
|
||||||
FROM oven/bun:alpine
|
FROM oven/bun:alpine
|
||||||
|
|
Loading…
Reference in New Issue