Dispatcharr/frontend/entrypoint.sh
2025-02-27 09:29:25 -05:00

6 lines
69 B
Bash

#!/bin/sh
apk add nodejs npm
cd /app/
npm i
PORT=9191 npm run start