5 lines
163 B
Bash
5 lines
163 B
Bash
#php app.php my-migration-command # run migrations
|
|
#service cron start # start some services
|
|
#exec apache2-foreground # main execution
|
|
CMD apachectl -D FOREGROUND
|