Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 17, 2023
1 parent 30c9a4b commit 4bba91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4bba91d

Please sign in to comment.