@@ -32,5 +32,6 @@ build: | |||
preview_docker_image: forestryio/hugo:latest | |||
mount_path: "/srv" | |||
working_dir: "/srv" | |||
instant_preview_command: hugo server -D -E -F --renderToDisk -d public | |||
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk | |||
-d public | |||
version: 0.71.1 |