In `Dockerfile` it looks like both `--dir` and `--port` are being "hardcoded. These really should move to command ... so they can be overwritten. I'll make a PR :) ```docker ENTRYPOINT ["./openbooks", "server", "--dir", "/books", "--port", "80"] ```