fix(frontend): not building

This commit is contained in:
h
2026-01-21 01:45:45 +01:00
parent 2978be0491
commit cd2a0f700f
7 changed files with 1 additions and 358 deletions

View File

@@ -3,14 +3,11 @@ FROM oven/bun:alpine
ENV TERM=xterm-256color
ENV COLORTERM=truecolor
RUN apk add --no-cache nodejs npm
WORKDIR /app
COPY . .
RUN bun i
RUN bunx convex codegen
RUN npm run build
RUN bun run build
ENTRYPOINT ["bun"]