openssl workaround for fedora

This commit is contained in:
jb-alvarado 2022-10-24 09:26:18 +02:00
parent 1ebdd178d2
commit bcf212d8de

View File

@ -9,10 +9,14 @@ echo
yes | rm -rf public
cd ffplayout-frontend
# for node version 17+
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build
mv dist ../public
unset NODE_OPTIONS
cd ..
if [[ -n $target ]]; then