diff --git a/src/Install.php b/src/Install.php index a99604a..958e258 100644 --- a/src/Install.php +++ b/src/Install.php @@ -11,6 +11,7 @@ class Install protected static $pathRelation = array ( 'copy/Dockerfile' => 'Dockerfile', 'copy/docker-compose.yml' => 'docker-compose.yml', + 'copy/.dockerignore' => '.dockerignore', ); /**