From 6220134f179b6c6df52790afecbb29814e5da6be Mon Sep 17 00:00:00 2001 From: gitadmin Date: Wed, 22 Jul 2026 06:13:25 +0000 Subject: [PATCH] Update docker/Dockerfile --- docker/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c4055afc..ec357492 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,12 +20,10 @@ FROM node:22-alpine AS final WORKDIR /app # Copy the built assets from the build stage. -# Your angular.json defines the base output path as "preview" COPY --from=build /app/preview ./preview # Expose the standard Angular SSR port EXPOSE 4000 # Start the Node.js SSR server -# Note: Angular 17+ SSR usually outputs the server file to /server/server.mjs CMD ["node", "preview/server/server.mjs"] \ No newline at end of file