LAST233 commited on
Commit
2ca8a09
·
verified ·
1 Parent(s): 79f1c79

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans
39
 
40
  RUN git config --global user.name "Save-it"
41
  RUN git config --global user.email "lin2011746853@outlook.com"
42
- RUN git clone https://github.com/Save-it/cpp_competition.git /home/coder/cpp_competition/.gitignore
43
  RUN echo '*.exe' > /home/coder/cpp_competition/.gitignore
44
 
45
  RUN mkdir -p /home/coder/.config/Code/User/ && \
 
39
 
40
  RUN git config --global user.name "Save-it"
41
  RUN git config --global user.email "lin2011746853@outlook.com"
42
+ RUN git clone https://github.com/Save-it/cpp_competition.git /home/coder/cpp_competition
43
  RUN echo '*.exe' > /home/coder/cpp_competition/.gitignore
44
 
45
  RUN mkdir -p /home/coder/.config/Code/User/ && \