diff --git a/Dockerfile b/Dockerfile index b20c0884..a34bf7c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ WORKDIR /app COPY . . EXPOSE 1313 -RUN git submodule init && git submodule update +RUN git submodule init && git submodule update && git config --global --add safe.directory /app CMD hugo server --bind 0.0.0.0 -D --disableFastRender