Dispatcharr/frontend/entrypoint.sh
2025-02-23 14:35:19 -05:00

6 lines
69 B
Bash

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