9 lines
122 B
Bash
9 lines
122 B
Bash
#!/bin/bash
|
|
|
|
(
|
|
cd /tmp && /usr/local/bin/bootstrap.sh apache2ctl start
|
|
)
|
|
|
|
composer install --no-dev
|
|
npm ci
|
|
npm run dev |