AzuraCast/frontend/entrypoint.sh

9 lines
65 B
Bash

#!/usr/bin/env bash
fixuid
cd /data/frontend
npm ci
exec "$@"