aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-blog/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-02 13:45:27 +0800
committercrupest <crupest@outlook.com>2022-12-02 13:45:27 +0800
commitee2151b07bea9607e0000014f1862c485d6d9d8b (patch)
tree159036ee7bcbd077ea364ce3c9b4c8e224c1684b /docker/crupest-blog/Dockerfile
parentb8d78ebe725dc595496e3cd65bf8fc8f5f63dace (diff)
downloadcrupest-ee2151b07bea9607e0000014f1862c485d6d9d8b.tar.gz
crupest-ee2151b07bea9607e0000014f1862c485d6d9d8b.tar.bz2
crupest-ee2151b07bea9607e0000014f1862c485d6d9d8b.zip
Fix more bugs.
Diffstat (limited to 'docker/crupest-blog/Dockerfile')
-rw-r--r--docker/crupest-blog/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/crupest-blog/Dockerfile b/docker/crupest-blog/Dockerfile
index aa07216..74fc5a5 100644
--- a/docker/crupest-blog/Dockerfile
+++ b/docker/crupest-blog/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
ARG CRUPEST_BLOG_UPDATE_INTERVAL=1d
ENV CRUPEST_BLOG_UPDATE_INTERVAL=${CRUPEST_BLOG_UPDATE_INTERVAL}
COPY install-hugo.bash daemon.bash update.bash /scripts/
-RUN apk add --no-cache coreutils gzip tar tini bash git && /scripts/install-hugo && hugo version
+RUN apk add --no-cache coreutils gzip tar tini bash git && /scripts/install-hugo.bash && hugo version
VOLUME [ "/public" ]
ENTRYPOINT ["/sbin/tini", "--"]
CMD [ "/daemon.bash" ]