Where the h did hugo go?

lektura
Jonas Oberg 2017-06-13 11:23:58 +02:00
parent 949e148918
commit 367052d81d
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ RUN go get github.com/kardianos/govendor
RUN govendor get github.com/spf13/hugo
COPY site/ /usr/share/blog
RUN find / -name "hugo"
RUN /usr/share/blog/build/build.sh
RUN rmdir /var/www/html/
RUN ln -s /usr/share/blog/public /var/www/html