This commit is contained in:
NUMAN
2026-07-27 11:26:04 +05:30
242 changed files with 36723 additions and 975 deletions
+2 -4
View File
@@ -20,10 +20,8 @@ FROM node:22-alpine AS final
WORKDIR /app
# Copy the built assets from the build stage.
COPY --from=build /app/preview ./preview
COPY --from=build /app/dist ./dist
# Expose the standard Angular SSR port
EXPOSE 4000
# Start the Node.js SSR server
CMD ["node", "preview/server/server.mjs"]
CMD ["node", "/app/dist/Ynex-Tailwind/server/main.js"]