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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY . .
9
 
10
  RUN npm i
11
 
12
- RUN chown -R 1000:1000 /code
13
 
14
  # RUN npm run build
15
 
 
9
 
10
  RUN npm i
11
 
12
+ RUN chown -R 1000:1000 /app
13
 
14
  # RUN npm run build
15