julien-c HF staff commited on
Commit
98af244
1 Parent(s): 8a32fdb

from Eliott too

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ COPY . .
9
 
10
  RUN npm i
11
 
 
 
12
  # RUN npm run build
13
 
14
  CMD ["npm", "run", "preview", "--", "--port", "7860"]
 
9
 
10
  RUN npm i
11
 
12
+ RUN chown -R 1000:1000 /code
13
+
14
  # RUN npm run build
15
 
16
  CMD ["npm", "run", "preview", "--", "--port", "7860"]