Closed tobru closed 2 days ago
similar
WARN deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and will be removed in a future release. Use css.Sass instead.
WARN Failed to write jsconfig.json: open /src/assets/jsconfig.json: permission denied
Total in 1733 ms
Error: error building site: mkdir /src/resources/_gen/assets/sass: permission denied
The command '/bin/sh -c if [ -e "$ONBUILD_SCRIPT_VALUE" ]; then exec sh $ONBUILD_SCRIPT_VALUE; else exec hugo $HUGO_CMD; fi' returned a non-zero code: 1
Solved with #172
Given the following
Dockerfile
:Yields into:
This used to work with
0.131.0
(I'm currently upgrading...)