joysthadd commited on
Commit
4048b9a
·
verified ·
1 Parent(s): 7e8ef49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -40,7 +40,8 @@ RUN mkdir -p /root/.ssh && \
40
  # Clone private repo into a folder
41
  RUN git clone git@github.com:Sisyetad/problemsolution.git /app/ProblemSolution && \
42
  chown -R appuser:appgroup /app/ProblemSolution && \
43
- chmod +x /app/ProblemSolution/entrypoint.sh
 
44
  # ============================================
45
 
46
  # Copy remaining app code (avoid overwriting ProblemSolution)
 
40
  # Clone private repo into a folder
41
  RUN git clone git@github.com:Sisyetad/problemsolution.git /app/ProblemSolution && \
42
  chown -R appuser:appgroup /app/ProblemSolution && \
43
+ chmod +x /app/ProblemSolution/ProblemSolution/entrypoint.sh
44
+
45
  # ============================================
46
 
47
  # Copy remaining app code (avoid overwriting ProblemSolution)