This commit is contained in:
Francois Lesueur
2022-03-24 08:31:23 +01:00
parent 020a7b9883
commit 35d3ab5f34
18 changed files with 509 additions and 0 deletions

3
tp5-files/webapp/Dockerfile Executable file
View File

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