mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Update source path in Dockerfile due to the org transition
This commit is contained in:
@@ -7,9 +7,9 @@ RUN apk update && apk add git make
|
||||
|
||||
# pre-install known dependencies before the source, so we don't redownload them whenever the source changes
|
||||
RUN go get github.com/kardianos/govendor \
|
||||
&& govendor get github.com/spf13/hugo
|
||||
&& govendor get github.com/gohugoio/hugo
|
||||
|
||||
COPY . $GOPATH/src/github.com/spf13/hugo
|
||||
COPY . $GOPATH/src/github.com/gohugoio/hugo
|
||||
|
||||
RUN cd $GOPATH/src/github.com/spf13/hugo \
|
||||
RUN cd $GOPATH/src/github.com/gohugoio/hugo \
|
||||
&& make install test
|
||||
|
Reference in New Issue
Block a user