diff --git a/docker/Dockerfile b/docker/Dockerfile index fe142599..f71ff917 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 /app/dist -# Expose the standard Angular SSR port EXPOSE 4000 -# Start the Node.js SSR server -CMD ["node", "preview/server/server.mjs"] \ No newline at end of file +CMD ["node", "/app/dist/Ynex-Tailwind/server/main.js"] \ No newline at end of file