Ajout des fichiers de préparation de l'environnement de test

This commit is contained in:
ycharbi
2021-05-15 22:20:09 +02:00
parent 5600f758b2
commit 8ee2c98c04
7 changed files with 104 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM php:7.4-apache
RUN apt update && apt install -y --no-install-recommends sqlite3 git && apt clean && rm -rf /var/lib/apt/lists/*
RUN mkdir -p /etc/postfix/
COPY . /var/www/html/
RUN chmod +x /var/www/html/outils/genenv.sh
RUN /var/www/html/outils/genenv.sh