This commit is contained in:
itqop 2025-02-11 03:11:56 +03:00
parent d1da50b108
commit d0d8a342af
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ COPY . .
# Генерируем Prisma Client
RUN npx prisma generate
RUN npx prisma migrate deploy
RUN npx prisma generate
EXPOSE 4000