Chrystal's portfolio from school.
- Build the container.
docker build -t chryzrose/dotorg .
- Run the container.
docker run --rm -it -p 8000:8000 chryzrose/dotorg
- Check for broken links.
In another terminal window:
wget --spider -e robots=off -r -p http://localhost:8000/
- Make a pull request.
This will cause Circle CI to build and validate the container.
- Merge with master.
This will cause Circle CI to publish the new version to the site.