SassBinary.php: 135 file_exists('/etc/alpine-release') ? 'linux-musl' : 'linux'; On bin/console sass:build -> critical Error because System didnt allow to check this path. Fixed it by hardcoding the variable to "linux"
SassBinary.php: 135
file_exists('/etc/alpine-release') ? 'linux-musl' : 'linux';
On bin/console sass:build -> critical Error because System didnt allow to check this path.
Fixed it by hardcoding the variable to "linux"