bootstrap

This commit is contained in:
Francois Lesueur
2023-01-04 15:13:50 +01:00
parent 4a1f7e92c7
commit 2d38bac294
26 changed files with 1458 additions and 1 deletions

View File

@ -0,0 +1,3 @@
FROM php:apache
RUN apt-get update && apt-get install -y libpq-dev && docker-php-ext-install pgsql