Skip to content

Commit

Permalink
Update Dockerfile to fix project directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 14, 2024
1 parent f4706a7 commit 4c2d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/hugo/v0.135.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo mv hugo /usr/local/bin/ && \
sudo chmod +x /usr/local/bin/hugo && \
cd /home/sealos && \
hugo new site project && \
cd quickstart && \
cd project && \
git init && \
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke && \
echo "theme = 'ananke'" >> hugo.toml && \
Expand Down

0 comments on commit 4c2d931

Please sign in to comment.