crunchbutton/build.sh
2020-06-12 15:52:52 -03:00

6 lines
138 B
Bash
Executable File

#!/usr/bin/env bash
cd /var/app
curl -sS https://getcomposer.org/installer | php
./composer.phar install --no-dev --ignore-platform-reqs