sbrandeis HF staff commited on
Commit
ef0294b
·
verified ·
1 Parent(s): b4ebf0d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,5 +13,6 @@ WORKDIR /app
13
  COPY --link --chown=1000 ./ /app
14
  RUN npm i
15
 
 
16
  USER 1000
17
  CMD ["node", "index.js"]
 
13
  COPY --link --chown=1000 ./ /app
14
  RUN npm i
15
 
16
+ RUN chown 1000 /app
17
  USER 1000
18
  CMD ["node", "index.js"]