mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 03:37:25 -03:00
10 lines
298 B
Bash
Executable file
10 lines
298 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Due to an issue with Docker's 'CMD' directive, the following scripts are not executing as expected.
|
|
# This workaround has been implemented to resolve the issue for now
|
|
sh "docker/php/prepare.sh"
|
|
sh "docker/server/prepare.sh"
|
|
|
|
/bin/sh -c /usr/sbin/php-fpm7
|
|
|
|
exec nginx -g "daemon off;"
|