7 lines
117 B
Bash
7 lines
117 B
Bash
#!/bin/sh
|
|
|
|
echo Add flag to database
|
|
php /add_flag.php
|
|
|
|
echo Run main server
|
|
docker-php-entrypoint apache2-foreground |