fix(frontend): not building
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user