diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |