diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ FROM nginx:alpine WORKDIR /cstate # Install hugo & git -RUN apk add hugo git +RUN apk add --no-cache hugo git # -- First Run -- @@ -16,4 +16,4 @@ RUN mkdir -p /cstate/themes/cstate COPY . /cstate/themes/cstate # Prepare the entrypoint files -COPY ./docker/entrypoint.sh /docker-entrypoint.d/10-build-hugo.sh
\ No newline at end of file +COPY ./docker/entrypoint.sh /docker-entrypoint.d/10-build-hugo.sh |