chore: add type definitions for node-fetch in Dockerfile

This commit is contained in:
2025-02-23 17:53:04 +01:00
parent efcaccc0c2
commit 5f2a7c2dd9

View File

@@ -13,8 +13,8 @@ RUN npm install
# Copy the application code # Copy the application code
COPY . . COPY . .
# Install type definitions for react-responsive-masonry # Install type definitions for react-responsive-masonry and node-fetch
RUN npm install --save-dev @types/react-responsive-masonry RUN npm install --save-dev @types/react-responsive-masonry @types/node-fetch
# Build the Next.js application # Build the Next.js application
RUN npm run build RUN npm run build