소스 검색

Forgot to add default config

Spencer Gardner 7 년 전
부모
커밋
3bc07dce68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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