Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -40,7 +40,6 @@ RUN code-server --install-extension ms-ceintl.vscode-language-pack-zh-hans
|
|
| 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 touch /home/coder/cpp_competition/.gitignore
|
| 44 |
RUN echo '*.exe' > /home/coder/cpp_competition/.gitignore
|
| 45 |
|
| 46 |
RUN mkdir -p /home/coder/.config/Code/User/ && \
|
|
|
|
| 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/ && \
|