[DOCKER] Force docker php to use proper PHP executable
This commit is contained in:
parent
3d9141f4ce
commit
6883e51fc8
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
ln -sf /usr/local/bin/php /usr/bin/php8
|
||||||
|
|
||||||
/wait_for_db.sh
|
/wait_for_db.sh
|
||||||
|
|
||||||
echo "Got response from DB"
|
echo "Got response from DB"
|
||||||
|
Loading…
Reference in New Issue
Block a user