Use Node 10 image

Frank Taillandier committed Aug 22, 2019
commit 189a270d281626965f559978faa4bb72a44adcbe
Showing 1 changed file with 6 additions and 2 deletions
.forestry/settings.yml +6 -2
@@ @@ -34,8 +34,12 @@ front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
- preview_command: npm run site:build
publish_command: npm run site:build
+ preview_command: npm run site:build
output_directory: portfolio/.vuepress/dist
preview_output_directory: portfolio/.vuepress/dist
- instant_preview_command: npm run site:develop
\ No newline at end of file
+ instant_preview_command: npm run site:develop
+ install_dependencies_command: npm install
+ preview_docker_image: node:10
+ mount_path: "/srv"
+ working_dir: "/srv"