feat: admin panel CRUD, Cloudinary upload, logo, user management
This commit is contained in:
@@ -20,6 +20,10 @@ COPY . .
|
||||
# Environment variables must be present at build time for Next.js
|
||||
ENV NEXT_TELEMETRY_DISABLED=1
|
||||
|
||||
# Generate Prisma client before building
|
||||
COPY prisma ./prisma
|
||||
RUN npx prisma generate
|
||||
|
||||
RUN npm run build
|
||||
|
||||
# 4. Runner
|
||||
|
||||
Reference in New Issue
Block a user