diff --git a/next.config.ts b/next.config.ts index bff4933..f5ab8b0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - output: "standalone" + output: "standalone", + serverExternalPackages: ["dockerode"], }; export default nextConfig;