Zhofang commited on
Commit
b2edc98
·
verified ·
1 Parent(s): 441a894

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,7 +5,8 @@ WORKDIR /code
5
 
6
  COPY ./package.json /code/package.json
7
 
8
- RUN npm install ws && npm install fs
 
9
 
10
  COPY . .
11
 
 
5
 
6
  COPY ./package.json /code/package.json
7
 
8
+ RUN git clone https://github.com/letrieu/cloudflare-chatbot
9
+ RUN cd cloudflare-chatbot && npm i
10
 
11
  COPY . .
12