Update Dockerfile
Browse files- 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
|