change port

This commit is contained in:
smanylov
2026-01-20 11:04:43 +07:00
parent 6bb84a28d6
commit ee6de0347c
+1 -1
View File
@@ -19,5 +19,5 @@ COPY --from=builder /no-copy-legal-panel-frontend/package.json ./package.json
COPY --from=builder /no-copy-legal-panel-frontend/.next ./.next
COPY --from=builder /no-copy-legal-panel-frontend/node_modules ./node_modules
EXPOSE 2999
EXPOSE 2997
CMD ["npm", "start"]