Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
| 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/ && \
|