wIK5Ez2o commited on
Commit
1ec8c2e
·
verified ·
1 Parent(s): 87d1384

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,5 +24,5 @@ USER root
24
  # RUN apt-get clean && rm -rf /var/lib/apt/lists/*
25
 
26
  RUN git clone https://github.com/bincooo/coze-helper.git .
27
-
28
  CMD npm run start
 
24
  # RUN apt-get clean && rm -rf /var/lib/apt/lists/*
25
 
26
  RUN git clone https://github.com/bincooo/coze-helper.git .
27
+ RUN npm install
28
  CMD npm run start