fix unexpected prismaclient generate
This commit is contained in:
@@ -26,6 +26,9 @@ FROM build AS runtime
|
||||
|
||||
COPY --from=node_modules /app/node_modules ./node_modules
|
||||
|
||||
# Generate the Prisma client
|
||||
RUN npm run prisma:generate
|
||||
|
||||
# Expose the port
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user