joysthadd commited on
Commit
b1c0ef3
·
verified ·
1 Parent(s): 21c130f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/creative_mind.git /app/CreativeMind && \
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