From: Jerome Jutteau Date: Tue, 5 Jul 2022 11:53:41 +0000 (+0200) Subject: [TASK] avoid copying install.php in docker image X-Git-Tag: 4.5.0~12 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/6270d6bf1ac099e3f3866f78e171ea0f9425c2fe?ds=inline [TASK] avoid copying install.php in docker image Signed-off-by: Jerome Jutteau --- diff --git a/.dockerignore b/.dockerignore index 3791a81..4c72529 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,4 +3,5 @@ CONTRIBUTING.md Dockerfile README.md composer.json +install.php .* \ No newline at end of file