mirror of
https://github.com/v2board/v2board.git
synced 2025-09-17 03:33:06 +08:00
8 lines
88 B
Bash
8 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
composer install -vvv -o --working-dir="$WORKDIR"
|
|
|
|
php-fpm
|