Update docker/Dockerfile
This commit is contained in:
+2
-4
@@ -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"]
|
||||
CMD ["node", "/app/dist/Ynex-Tailwind/server/main.js"]
|
||||
Reference in New Issue
Block a user