issue-14: modification Dockerfile + structure k8S (à compléter)
All checks were successful
Cadoles/hydra-sql/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-06-14 14:59:14 +02:00
parent ba63c271f9
commit 6e3f0e7a61
22 changed files with 178 additions and 2290 deletions

View File

@ -0,0 +1,11 @@
ARG ADDITIONAL_PACKAGES="
bash
mysql-client
php81-cli
php81-pdo_pgsql
php81-pdo_mysql
php81-mysqli
php81-pgsql
"
FROM reg.cadoles.com/cadoles/symfony:alpine-php-8.1-standalone