npc0 commited on
Commit
c89bd5a
·
verified ·
1 Parent(s): b5f28bd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN pip install -U pip
6
 
7
  RUN mkdir /dep
8
  WORKDIR /dep
9
- RUN git clone https://github.com/yourusername/claude-proxy-api.git
10
  WORKDIR /dep/claude-proxy-api
11
  RUN pip install -r requirements.txt
12
  COPY --chown=user proxy.env ./.env
 
6
 
7
  RUN mkdir /dep
8
  WORKDIR /dep
9
+ RUN git clone https://github.com/jaigouk/claude-proxy-api.git
10
  WORKDIR /dep/claude-proxy-api
11
  RUN pip install -r requirements.txt
12
  COPY --chown=user proxy.env ./.env