Move tests docker configuration

Because we want to unify tests environment in the premium plugin. This step should allow us to reuse it easier.
[PREMIUM-230]
This commit is contained in:
Jan Lysý
2024-07-23 16:41:24 +02:00
committed by alex-mpoet
parent 6805d68ede
commit 22584747a0
8 changed files with 34 additions and 33 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# Install PHP extensions required by MailPoet
docker-php-ext-install pdo_mysql
# Execute the original command
exec "$@"