forked from Mirrors/Dispatcharr
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
|