AUXteam commited on
Commit
921b4bb
·
verified ·
1 Parent(s): 4c34106

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app
15
 
16
  # Copy package files and install dependencies
17
  COPY package*.json ./
18
- RUN npm install
19
 
20
  # Copy the rest of the application
21
  COPY . .
 
15
 
16
  # Copy package files and install dependencies
17
  COPY package*.json ./
18
+ RUN npm install --legacy-peer-deps
19
 
20
  # Copy the rest of the application
21
  COPY . .