CyTube/container-install.sh
2017-06-02 20:45:25 +09:00

10 lines
170 B
Bash

#!/bin/sh
apk update
apk add build-base python git nodejs nodejs-npm mysql mysql-client curl gettext ffmpeg
npm install npm@latest -g
npm install
npm run build-server