added webserver to docker build
This commit is contained in:
parent
02b31f277f
commit
f78365f062
@ -8,3 +8,6 @@ RUN mkdir /pnpm && pnpm config set store-dir /pnpm && pnpm i
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pnpm build
|
RUN pnpm build
|
||||||
|
|
||||||
|
FROM registry.odit.services/library/nginx-brotli:3.15 as final
|
||||||
|
COPY --from=build /app/dist /usr/share/nginx/html
|
Loading…
x
Reference in New Issue
Block a user