ColamanAI commited on
Commit
94e7608
·
verified ·
1 Parent(s): fb817b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y git
7
  WORKDIR /app
8
 
9
  # Clone GitHub repository
10
- RUN git clone https://github.com/LLM-Red-Team/glm-free-api.git /app
11
 
12
  # Install dependencies and build the project
13
  RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build
 
7
  WORKDIR /app
8
 
9
  # Clone GitHub repository
10
+ RUN git clone https://github.com/Sunhaha520/glm-free-api.git /app
11
 
12
  # Install dependencies and build the project
13
  RUN yarn install --registry https://registry.npmmirror.com/ && yarn run build