Install Dockerfile to allow containerized script execution and other improvments
This groups a number of improvements over the actual base code, notably:
-
switch over the http requests to use the dexador library (which reuse existing connection between requests)
-
adapt the code so the rails command is not only executed through ssh
-
adapt code so remote mysql connection is possible
-
make it reproducible through the use of a docker image
Edited by Antoine R. Dumont