sfun commited on
Commit
77370cf
1 Parent(s): 42b92b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ 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' /build/router/relay-router.go
10
 
11
  # Install the dependencies
12
  RUN npm install --no-audit --fund false
 
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
12
  RUN npm install --no-audit --fund false