This commit is contained in:
2025-12-13 21:24:14 +00:00
parent 1a44726c4f
commit ecd60d1af7
3 changed files with 24 additions and 9 deletions

View File

@ -38,8 +38,8 @@ if [ ! -f "${CONFIG_HOME}/config.json" ]; then
fi
# Redirecting the config to the cache
mkdir -p "${CONFIG_HOME}" /root/.config
ln -snf "${CONFIG_HOME}" /root/.config/Pinokio
mkdir -p "${CONFIG_HOME}" /root/.config
ln -snf "${CONFIG_HOME}" /root/.config/Pinokio
# Start Pinokio (Electron desktop app requires these switches)
# PINOKIO_ARGS="serve --port 42000 --no-sandbox --disable-gpu --disable-software-rasterizer --disable-dev-shm-usage --headless"