test ssr
All checks were successful
Deploy / build (push) Successful in 1m29s

This commit is contained in:
Никита Круглицкий 2025-09-26 01:27:01 +06:00
parent f335c90d13
commit 94a3c04f33

View File

@ -7,5 +7,8 @@ COPY . .
RUN yarn build
FROM node:22-alpine
RUN --from=build PORT=80 node /app/.output/server/index.mjs
WORKDIR /app
COPY --from=build /app/.output/ ./
ENV PORT=80
CMD ["node", "/app/server/index.mjs"]
#COPY --from=build /app/dist /usr/share/nginx/html