2 Commits

Author SHA1 Message Date
Arnout Boks
75ed6321ad
Add rector.yaml to .dockerignore
This is the rector configuration file for developing on rector itself, and should not be used in runtime.

Without this change, the docker image (which runs with `/rector` as its working directory) would use this `rector.yaml` as the default configuration file. This leads to unexpected effects, such as rector ignoring any `tests/`-directory by default.
2019-07-05 13:03:42 +02:00
Jan Mikeš
5c0a1903f1
Fixed missing autoload in docker build and optimized caching
Added .dockerignore with basic files

Fixed installing composer in docker + cache optimalization
2019-03-12 13:19:30 +01:00