mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
apk add nodejs npm
|
|
cd /app/
|
|
npm i
|
|
PORT=9191 npm run start
|