prisma schema 2

This commit is contained in:
ismail 2026-02-02 17:29:57 +01:00
parent fc8fbff683
commit b15742a3ae
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ENV NEXT_PUBLIC_API_URL=$NEXT_PUBLIC_API_URL
# ------------------------ # ------------------------
ENV NEXT_TELEMETRY_DISABLED=1 ENV NEXT_TELEMETRY_DISABLED=1
COPY prisma ./prisma
RUN npm run build RUN npm run build
# Production image, copy all the files and run next # Production image, copy all the files and run next