docsy-example icon indicating copy to clipboard operation
docsy-example copied to clipboard

docsy-example fails to run locally

Open andreaceccanti opened this issue 4 years ago • 1 comments
trafficstars

Taking inspiration from #100, I created a new repo using the Docsy Example Project as a template.

Then followed instructions to clone the repo and then build using the docker image, but after a docker-compose up I get the following error:

❯ docker-compose up
Creating network "voms-docsygithubio_default" with the default driver
Creating voms-docsygithubio_site_1 ... done
Attaching to voms-docsygithubio_site_1
site_1  | Start building sites …
site_1  | Built in 3153 ms
site_1  | Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): resource "scss/scss/main.scss_9fadf33d895a46083cdd64396b57ef68" not found in file cache
voms-docsygithubio_site_1 exited with code 255

Thanks for your help

andreaceccanti avatar Mar 22 '21 16:03 andreaceccanti

It seems the base image doesn't doesn't have hugo extended installed. Using the Dockerfile in this PR should work.

I currently can't test it because of an unrelated issue, as soon as I resolve it I'm going to merge that PR.

geriom avatar Mar 29 '21 15:03 geriom