Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,9 @@ USER user
|
|
| 12 |
ENV HOME=/home/user \
|
| 13 |
PATH=/home/user/.local/bin:$PATH
|
| 14 |
|
| 15 |
-
RUN git clone https://github.com/jtsang4/claude-to-chatgpt.git $HOME/app
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# Set the working directory to the user's home directory
|
| 18 |
WORKDIR $HOME/app
|
|
|
|
| 12 |
ENV HOME=/home/user \
|
| 13 |
PATH=/home/user/.local/bin:$PATH
|
| 14 |
|
| 15 |
+
# RUN git clone https://github.com/jtsang4/claude-to-chatgpt.git $HOME/app
|
| 16 |
+
|
| 17 |
+
RUN git clone https://github.com/SimFG/claude-to-chatgpt.git $HOME/app
|
| 18 |
|
| 19 |
# Set the working directory to the user's home directory
|
| 20 |
WORKDIR $HOME/app
|