ykxVK8yL5L commited on
Commit
32a4716
1 Parent(s): 1a302a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -29,7 +29,7 @@ RUN set -x && \
29
  echo "Asia/Shanghai" >/etc/timezone && \
30
  git config --global user.email "filecodebox@@users.noreply.github.com" && \
31
  git config --global user.name "filecodebox" && \
32
- git config --global http.postBuffer 524288000 &&
33
 
34
 
35
 
 
29
  echo "Asia/Shanghai" >/etc/timezone && \
30
  git config --global user.email "filecodebox@@users.noreply.github.com" && \
31
  git config --global user.name "filecodebox" && \
32
+ git config --global http.postBuffer 524288000
33
 
34
 
35