Files
dockerfiles/php-debian-bookworm-apache/start.sh
2023-12-15 22:31:19 +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