aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-blog/Dockerfile
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-30 19:07:56 +0800
committercrupest <crupest@outlook.com>2022-11-30 19:07:56 +0800
commit2c7db65ebe8314e153e2d273f7f74a12d328e650 (patch)
tree57ac65accf7da8f6986edb40ee01078e528a40ae /docker/crupest-blog/Dockerfile
parentb2fb84b577467ca7b0fc7139a7ad50c24c434d18 (diff)
downloadcrupest-2c7db65ebe8314e153e2d273f7f74a12d328e650.tar.gz
crupest-2c7db65ebe8314e153e2d273f7f74a12d328e650.tar.bz2
crupest-2c7db65ebe8314e153e2d273f7f74a12d328e650.zip
Make hugo generate to another dir out of git.
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 e2b27a5..b5dd273 100644
--- a/docker/crupest-blog/Dockerfile
+++ b/docker/crupest-blog/Dockerfile
@@ -4,6 +4,6 @@ ARG CRUPEST_BLOG_UPDATE_INTERVAL=1d
RUN apk add --no-cache coreutils tini bash git
ENV CRUPEST_BLOG_UPDATE_INTERVAL=${CRUPEST_BLOG_UPDATE_INTERVAL}
COPY daemon.bash update.bash /
-VOLUME [ "/blog/public" ]
+VOLUME [ "/public" ]
ENTRYPOINT ["/sbin/tini", "--"]
CMD [ "/daemon.bash" ]