Fix dockerfile
This commit is contained in:
parent
14935dc227
commit
edf0d991d5
@ -9,8 +9,7 @@ ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
|
|||||||
RUN curl -sL -o /tmp/hugo.deb \
|
RUN curl -sL -o /tmp/hugo.deb \
|
||||||
https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} && \
|
https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} && \
|
||||||
dpkg -i /tmp/hugo.deb && \
|
dpkg -i /tmp/hugo.deb && \
|
||||||
rm /tmp/hugo.deb && \
|
rm /tmp/hugo.deb
|
||||||
mkdir ${SITE_DIR}
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ADD . .
|
ADD . .
|
||||||
|
Loading…
Reference in New Issue
Block a user