Ver Fonte

changed git url

Spencer Gardner há 6 anos atrás
pai
commit
66cc8e1383
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -4,9 +4,9 @@ RUN apk add --update go git gcc g++
 
 ENV GOPATH /go
 
-RUN go get -u github.com/gogits/gogs
+RUN go get -u github.com/gogs/gogs
 
-WORKDIR $GOPATH/src/github.com/gogits/gogs
+WORKDIR $GOPATH/src/github.com/gogs/gogs
 
 RUN go build -tags "sqlite"
 
@@ -19,7 +19,7 @@ RUN apk add --update git openssh-keygen bash
 
 ENV USER root
 
-COPY --from=build /go/src/github.com/gogits/gogs /gogs
+COPY --from=build /go/src/github.com/gogs/gogs /gogs
 
 
 WORKDIR /gogs