Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -39,7 +39,7 @@ RUN mkdir -p /root/.ssh && \
|
|
| 39 |
|
| 40 |
# Clone private repo into a folder
|
| 41 |
|
| 42 |
-
RUN git clone git@github.com:Sisyetad/
|
| 43 |
chown -R appuser:appgroup /app/CreativeMind/ProblemSolution && \
|
| 44 |
chmod +x /app/CreativeMind/ProblemSolution/entrypoint.sh
|
| 45 |
|
|
|
|
| 39 |
|
| 40 |
# Clone private repo into a folder
|
| 41 |
|
| 42 |
+
RUN git clone git@github.com:Sisyetad/problemsolution.git /app/CreativeMind && \
|
| 43 |
chown -R appuser:appgroup /app/CreativeMind/ProblemSolution && \
|
| 44 |
chmod +x /app/CreativeMind/ProblemSolution/entrypoint.sh
|
| 45 |
|