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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -23,4 +23,6 @@ USER root
23
  # && apt-get install -y nodejs
24
  # RUN apt-get clean && rm -rf /var/lib/apt/lists/*
25
 
26
- CMD /app/launch.sh
 
 
 
23
  # && apt-get install -y nodejs
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