diff --git a/Dockerfile b/Dockerfile index ba0c30b..28f3f90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ WORKDIR /app # Copy standalone server files from build stage COPY --from=build /app/.next/standalone ./ COPY --from=build /app/.next/static ./.next/static +COPY --from=build /app/.next/server ./.next/server COPY --from=build /app/public ./public # Expose port 3000