Updating From Template

Periodically you will need to pull new code from the course repo into your repo. To do this:

  1. From within your repo folder, run:
    $ dts devel template apply --template UML-EECE-5560/eece5560-base --version master
  2. This will change your Dockerfile (as well as other files) to match the current code in the course repo. Edit your Dockerfile to put in your repo name, description, etc again.
  3. Commit and push your code
  4. Rebuild using dts
  5. Test to ensure everything is working correctly