jbilcke-hf HF staff commited on
Commit
126306f
1 Parent(s): aeb3abd
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,7 +48,7 @@ RUN ffmpeg -version
48
  # Copy the current directory contents into the container at /app setting the owner to the user
49
  COPY --chown=user . /app
50
 
51
- RUN npm ci
52
 
53
  RUN npm run build
54
 
 
48
  # Copy the current directory contents into the container at /app setting the owner to the user
49
  COPY --chown=user . /app
50
 
51
+ RUN npm ci --force
52
 
53
  RUN npm run build
54