fix: live server docker build changes (#8166)

This commit is contained in:
sriram veeraghanta 2025-11-24 14:08:37 +05:30 committed by GitHub
parent e36f4f47f1
commit 0240e46f04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 8 deletions

View file

@ -56,9 +56,10 @@ COPY --from=installer /app/packages ./packages
COPY --from=installer /app/apps/live/dist ./apps/live/dist
COPY --from=installer /app/apps/live/node_modules ./apps/live/node_modules
COPY --from=installer /app/node_modules ./node_modules
COPY --from=installer /app/apps/live/package.json ./apps/live/package.json
ENV TURBO_TELEMETRY_DISABLED=1
EXPOSE 3000
CMD ["node", "apps/live/dist/start.js"]
CMD ["node", "apps/live"]