Esteves Enzo commited on
Commit
b5624f0
1 Parent(s): d6ff67a

change permission

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -21,5 +21,8 @@ RUN npm run build
21
  # Expose the application port (assuming your app runs on port 3000)
22
  EXPOSE 3000
23
 
 
 
 
24
  # Start the application
25
  CMD ["npm", "start"]
 
21
  # Expose the application port (assuming your app runs on port 3000)
22
  EXPOSE 3000
23
 
24
+ RUN mkdir -p /app/node_modules/@xenova/.cache/
25
+ RUN chmod 777 -R /app/node_modules/@xenova/
26
+
27
  # Start the application
28
  CMD ["npm", "start"]