ngn
ce81a54de1
All checks were successful
Build and publish the docker image / build (push) Successful in 18s
Signed-off-by: ngn <ngn@ngn.tf>
9 lines
112 B
Bash
9 lines
112 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
php ./gen_config.php
|
|
rm ./gen_config.php
|
|
|
|
echo "Starting up apache2"
|
|
exec httpd -DFOREGROUND
|