# Description
Docker package sync
Closes: N/A
# Checklist:
- [x] I have changed the base branch to `dev`
- [x] I have performed a self-review of my own code
- [x] I have commented my code in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
* Cleaned up Docker documentation and process
* Added back `build` section to Dockerfile so we don't have to
manually build it separately, simplifying the quick-start process
* Added a healthcheck to make it easier to see when the container
was done initializing. Currently a little ugly since it has to
check both URLs for liveness
* Removed CONDA_FORCE_UPDATE from env file since we don't user conda
anymore
Note - `build_docker.sh` is seemingly obsolete but I left it for now
with a comment in case it's ingrained in somebody else's workflow.
* Minor readme fixes