unify all ports: app=3010, infra=3184-3187, cleanup debug markers

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:12:26 +03:00
parent d33cb237d7
commit 9b4311f34f
7 changed files with 15 additions and 32 deletions

View File

@@ -16,6 +16,6 @@ COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./
COPY --from=builder /app/prisma ./prisma
USER sso
EXPOSE 3000
EXPOSE 3010
ENV NODE_ENV=production
CMD ["node", "dist/main"]