radames commited on
Commit
06dc463
·
1 Parent(s): a54dffa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ EXPOSE 3000
28
  # Allow the running process to write model files to the cache folder.
29
  # NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
30
  RUN mkdir -p /app/node_modules/@xenova/.cache/
31
- RUN chmod 777 -R /app/node_modules/@xenova/
32
 
33
  CMD ["npm", "run", "preview"]
 
28
  # Allow the running process to write model files to the cache folder.
29
  # NOTE: In practice, you would probably want to pre-download the model files to avoid having to download them on-the-fly.
30
  RUN mkdir -p /app/node_modules/@xenova/.cache/
31
+ RUN chmod 777 -R /app
32
 
33
  CMD ["npm", "run", "preview"]