mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
e2eead1ce0
Alpine 3.17->3.18 php7->php8
11 lines
298 B
Bash
Executable File
11 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-fpm8
|
|
|
|
exec nginx -g "daemon off;"
|