Update Dockerfile

This commit is contained in:
Andras Bacsai
2025-11-06 12:02:12 +01:00
committed by GitHub
parent 570f59d2d9
commit af7f9ae1eb

View File

@@ -12,7 +12,7 @@ COPY prisma ./
COPY package.json bun.lock
RUN bun i
RUN npm i
##### BUILDER
@@ -25,7 +25,7 @@ COPY . .
# ENV NEXT_TELEMETRY_DISABLED 1
RUN bunx prisma generate && bun run build
RUN npx prisma generate && npm run build && npm cache clean --force"
##### RUNNER