xianbao commited on
Commit
abd3170
·
verified ·
1 Parent(s): ec321f6

Update Dockerfile

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