This commit is contained in:
itqop 2025-02-11 02:59:14 +03:00
parent cd3ae98c70
commit d1da50b108
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ COPY . .
# Генерируем Prisma Client
RUN npx prisma generate
RUN npx prisma migrate deploy
RUN npx prisma generate
EXPOSE 4000
CMD ["npm", "run", "dev"]