Repository for COMP.SE.140 Continuous Development and Deployment - DevOps -course exercises
Branch exercise1
contains exercise 1 submission and it can be tested as follows:
git clone -b exercise1 https://github.com/masaoskari/COMP.SE.140-exercises.git
docker-compose up –build
# wait for 10 s...
curl localhost:8199
docker-compose down