From 2a82b393675bed26630a40c04e9d66e195b14ceb Mon Sep 17 00:00:00 2001 From: Rophy Tsai Date: Fri, 24 Feb 2023 01:59:01 +0800 Subject: fix: make example site uses exampleSite/ in this repo, which disables enableGitInfo, closes #260 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f36d060..4583390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /cstate RUN apk add --no-cache hugo git # Download the example site -RUN git clone -b master --depth=1 https://github.com/cstate/example /cstate +COPY exampleSite /cstate # Copy files from this repo into themes/cstate RUN mkdir -p /cstate/themes/cstate -- cgit v1.2.3-70-g09d2