Skip to content

Commit 67ad227

Browse files
committed
change to pre-built dev container
1 parent 9e5365d commit 67ad227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
"remoteUser": "ubuntu",
99

10-
"postStartCommand": "nohup bash -c 'bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseUrl=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
10+
"postStartCommand": "nohup bash -c 'hugo ; bin/pagefind --site public --output-subdir ../static/pagefind ; hugo server --baseUrl=/ --liveReloadPort=443 --appendPort=false --bind=0.0.0.0 &' "
1111

1212
}

0 commit comments

Comments
 (0)