- added docker-compose.yml for quick one-command spinup
- added docker-compose.dev.yml to override /habitrpg mount
- modified Dockerfile to accept /habitrpg mount
- removing broken sed (was also updating BASE_URL) in favor of NODE_DB_URI (will require documentation)
- changing build order to reduce rebuilding some things unnecessarily
- more effectively using WORKDIR to simplify commands