fix(video): develop

This commit is contained in:
zhangheng
2026-02-12 17:30:29 +08:00
parent 311a92f3fd
commit 6a5dbd776f
25 changed files with 229 additions and 54 deletions

View File

@@ -7,10 +7,10 @@ COPY ./.next/standalone ./standalone
COPY ./public /app/standalone/public
COPY ./.next/static /app/standalone/.next/static
ENV PORT 5521
ENV PORT 5531
ENV NEXT_TELEMETRY_DISABLED 1
EXPOSE 5521
EXPOSE 5531
CMD ["node", "./standalone/server.js"]