Persarce commited on
Commit
204d1e5
·
verified ·
1 Parent(s): f2c83c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM node:20.4
5
  WORKDIR /app
6
 
7
  # Git clone clewd
8
- RUN git clone https://github.com/dns-dynamic/clewd.git .
9
  RUN sed -i'' 's|/v1/chat|/api/v1/chat|g' /app/clewd.js
10
 
11
  # Install the dependencies
 
5
  WORKDIR /app
6
 
7
  # Git clone clewd
8
+ RUN git clone https://github.com/teralomaniac/clewd.git .
9
  RUN sed -i'' 's|/v1/chat|/api/v1/chat|g' /app/clewd.js
10
 
11
  # Install the dependencies