xianbao HF staff commited on
Commit
251c3c9
1 Parent(s): 764b3f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN apt-get update && \
10
 
11
  WORKDIR /app
12
  COPY --link --chown=1000 ./ /app
 
13
  RUN npm ci
14
 
15
  CMD ["node", "index.mjs"]
 
10
 
11
  WORKDIR /app
12
  COPY --link --chown=1000 ./ /app
13
+ RUN npm install
14
  RUN npm ci
15
 
16
  CMD ["node", "index.mjs"]