diff --git a/Dockerfile b/Dockerfile index 5f7ee4fa..6c876c59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM node:22-alpine AS final WORKDIR /app # Copy the built assets from the build stage. -COPY --from=build /app/dist ./dist +COPY --from=build /app/preview ./dist EXPOSE 4000