File tree Expand file tree Collapse file tree
php8.1/apache/s6-overlay/scripts
php8.2/apache/s6-overlay/scripts
php8.3/apache/s6-overlay/scripts
php8.4/apache/s6-overlay/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ process_templates() {
3434}
3535
3636exec_init_scripts () {
37+ cd " ${APP_ROOT:-/ var/ www/ html} "
3738 shopt -s nullglob
3839 for f in /docker-entrypoint-init.d/* ; do
3940 echo " Running init script: $f "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ process_templates() {
3434}
3535
3636exec_init_scripts () {
37+ cd " ${APP_ROOT:-/ var/ www/ html} "
3738 shopt -s nullglob
3839 for f in /docker-entrypoint-init.d/* ; do
3940 echo " Running init script: $f "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ process_templates() {
3434}
3535
3636exec_init_scripts () {
37+ cd " ${APP_ROOT:-/ var/ www/ html} "
3738 shopt -s nullglob
3839 for f in /docker-entrypoint-init.d/* ; do
3940 echo " Running init script: $f "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ process_templates() {
3434}
3535
3636exec_init_scripts () {
37+ cd " ${APP_ROOT:-/ var/ www/ html} "
3738 shopt -s nullglob
3839 for f in /docker-entrypoint-init.d/* ; do
3940 echo " Running init script: $f "
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ process_templates() {
3434}
3535
3636exec_init_scripts () {
37+ cd " ${APP_ROOT:-/ var/ www/ html} "
3738 shopt -s nullglob
3839 for f in /docker-entrypoint-init.d/* ; do
3940 echo " Running init script: $f "
You can’t perform that action at this time.
0 commit comments