✨ chore: add type definitions for node-fetch in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user