liuyuqi-dellpc 5 years ago
parent
commit
aa8bb3b3f9
4 changed files with 13 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 0 3
      README.md
  3. 11 0
      docker/start.sh
  4. 1 0
      gogs/Dockerfile

+ 1 - 0
.gitignore

@@ -26,3 +26,4 @@ _testmain.go
 
 /.idea
 /.project
+/.vscode

+ 0 - 3
README.md

@@ -17,6 +17,3 @@
 ![](./images/BaiduHi_2018-8-9_3-35-17.png)
 
 执行: go run xx.go
-
-
-

+ 11 - 0
docker/start.sh

@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+

+ 1 - 0
gogs/Dockerfile

@@ -22,3 +22,4 @@ VOLUME ["/data"]
 EXPOSE 22 3000
 ENTRYPOINT ["/app/gogs/docker/start.sh"]
 CMD ["/bin/s6-svscan", "/app/gogs/docker/s6/"]
+