Browse Source

Forgot to add default config

Spencer Gardner 7 years ago
parent
commit
3bc07dce68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,7 +21,7 @@ ENV USER root
 
 COPY --from=build /go/src/github.com/gogits/gogs /gogs
 
-#ADD custom /gogs/custom
+ADD custom /gogs/custom
 
 WORKDIR /gogs