fix: live server docker build changes (#8166)
This commit is contained in:
parent
e36f4f47f1
commit
0240e46f04
4 changed files with 11 additions and 8 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue