Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rivit98 committed Nov 4, 2024
1 parent 8da86df commit 2a23ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -it --rm -v $(pwd):/w -w /w -p 1313:13337 --name blog-builder jakejarvis/hugo-extended:latest server --disableFastRender --bind 0.0.0.0 -p 13337
docker run -it --rm -v $(pwd):/w -w /w -p 1313:13337 --name blog-builder hugomods/hugo:latest server --disableFastRender --bind 0.0.0.0 -p 13337

0 comments on commit 2a23ff1

Please sign in to comment.