sbrandeis HF staff commited on
Commit
17bb34c
1 Parent(s): 05086a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
  USER 1000
14
  WORKDIR /app
15
 
16
- COPY --chown=user --link ./ /app
17
  RUN npm i
18
 
19
  CMD ["node", "index.js"]
 
13
  USER 1000
14
  WORKDIR /app
15
 
16
+ COPY --chown=1000 ./ /app
17
  RUN npm i
18
 
19
  CMD ["node", "index.js"]