diff --git a/Dockerfile b/Dockerfile index 5c59e1e..c3302ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,13 +9,13 @@ WORKDIR /app RUN apt-get update && apt-get install -y ca-certificates -ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb /tmp/hugo.deb -RUN dpkg -i /tmp/hugo.deb - COPY . /app RUN npm ci --production +ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb /tmp/hugo.deb +RUN dpkg -i /tmp/hugo.deb + RUN ./scripts/release.sh # Production run