fix build project with start docker

This commit is contained in:
poturaevpetr
2026-04-22 18:56:16 +05:00
parent c32f3e12ec
commit 8af06750c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ ENV PORT=3001
EXPOSE 3001
CMD ["sh", "-c", "pnpm exec prisma migrate deploy && node dist/main.js"]
CMD ["sh", "-c", "pnpm exec prisma migrate deploy && node dist/src/main.js"]