Skip to content

Install Dockerfile to allow containerized script execution and other improvments

Antoine R. Dumont requested to merge ardumont/forgerie:swh into main

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

Merge request reports