[DOCKER] Force docker php to use proper PHP executable

This commit is contained in:
Hugo Sales 2021-12-26 18:13:36 +00:00 committed by Diogo Peralta Cordeiro
parent 3d9141f4ce
commit 6883e51fc8
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
ln -sf /usr/local/bin/php /usr/bin/php8
/wait_for_db.sh
echo "Got response from DB"