mirror of https://github.com/VERT-sh/VERT.git
parent
29fe057057
commit
57ead7ae8f
|
@ -11,6 +11,7 @@ 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
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
|
@ -22,4 +23,4 @@ FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
COPY --from=builder /app/build /usr/share/nginx/html
|
COPY --from=builder /app/build /usr/share/nginx/html
|
Loading…
Reference in New Issue