mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
fix(build): 🐛 Change default build preset to bun
This commit is contained in:
parent
5503ff27e7
commit
b4709dc00f
|
|
@ -13,7 +13,7 @@ FROM base AS builder
|
||||||
COPY . /app
|
COPY . /app
|
||||||
COPY --from=install /temp/dev/node_modules /app/node_modules
|
COPY --from=install /temp/dev/node_modules /app/node_modules
|
||||||
RUN cd /app && bun run emojis:generate
|
RUN cd /app && bun run emojis:generate
|
||||||
RUN cd /app && bun run build --preset node-server
|
RUN cd /app && bun run build --preset bun
|
||||||
|
|
||||||
FROM oven/bun:1.1.38-alpine AS final
|
FROM oven/bun:1.1.38-alpine AS final
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue