sync/container-install.sh

8 lines
155 B
Bash
Raw Normal View History

2017-06-02 06:01:43 +00:00
#!/bin/sh
apk update
2022-09-21 13:45:51 +00:00
apk add build-base python3 git npm mysql mysql-client curl gettext ffmpeg
2017-06-02 06:01:43 +00:00
npm install npm@latest -g
npm install
npm run build-server