mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Update source path in Dockerfile due to the org transition
This commit is contained in:
parent
d531d17b3b
commit
7b99fb9f1c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue