Files
dockerfiles/php/debian-bookworm-apache/start.sh
2024-04-29 13:18:16 +05:30

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