Esteves Enzo commited on
Commit
ef3b17f
·
1 Parent(s): 7dd5baa

build error no perm

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -16,9 +16,6 @@ RUN npm install
16
 
17
  VOLUME /data
18
 
19
- RUN mkdir -p /app/node_modules/@xenova/.cache/
20
- RUN chmod 777 -R /app/node_modules/@xenova/
21
-
22
  # Copy the rest of the application files to the container
23
  COPY --chown=1000 . .
24
  RUN chmod +x entrypoint.sh
 
16
 
17
  VOLUME /data
18
 
 
 
 
19
  # Copy the rest of the application files to the container
20
  COPY --chown=1000 . .
21
  RUN chmod +x entrypoint.sh