tl-its-umich-edu / unizin-validation

Unizin Validation Scripts
1 stars 4 forks source link

Changing Dockerfile to run validate.py directly (#19) #20

Closed ssciolla closed 4 years ago

ssciolla commented 4 years ago

This PR simplifies the execution process by removing the existing start.sh script (and mentions of it in the Dockerfile) and calling validate.py directly in the final CMD line. This change also allowed us to delete unnecessary or outdated code from start.sh, including an env line (that output to the console a bunch of environment variables) and an old command line argument specifying an option (see changes from PR #6 for full context). The PR aims to resolve issue #19.