diff --git a/Dockerfile b/Dockerfile index 45aa815..a9aeaec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,8 @@ RUN npm install # Copy the application code COPY . . -# Install type definitions for react-responsive-masonry -RUN npm install --save-dev @types/react-responsive-masonry +# Install type definitions for react-responsive-masonry and node-fetch +RUN npm install --save-dev @types/react-responsive-masonry @types/node-fetch # Build the Next.js application RUN npm run build