Niansuh commited on
Commit
046946c
1 Parent(s): d7a88e0

Update Dockerfile

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