Skip to content

Commit

Permalink
Update Dockerfile to fix project directory name and add Hugo support
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 15, 2024
1 parent a0e56b6 commit 08f0ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Framework/hugo/v0.135.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git init && \
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke && \
echo "theme = 'ananke'" >> hugo.toml && \
hugo

COPY /Framework/hugo/v0.135.0/project /home/sealos/project

USER root
Expand Down
2 changes: 1 addition & 1 deletion Framework/hugo/v0.135.0/project/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hugo server
hugo server --bind 0.0.0.0

0 comments on commit 08f0ea6

Please sign in to comment.