AzuraCast/frontend/build_entrypoint.sh

6 lines
39 B
Bash

#!/usr/bin/env bash
npm ci
exec "$@"