mirror of https://github.com/calzoneman/sync.git
10 lines
170 B
Bash
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
|
||
|
|
||
|
|