diff --git a/docd/appengine/Dockerfile b/docd/appengine/Dockerfile index 0df256d..773b905 100644 --- a/docd/appengine/Dockerfile +++ b/docd/appengine/Dockerfile @@ -1,5 +1,5 @@ # Dockerfile which produces an AppEngine custom runtime containing docd and all # of its runtime dependencies. # https://cloud.google.com/appengine/docs/flexible/custom-runtimes/about-custom-runtimes -FROM sajari/docd:1.3.2 -CMD ["-addr", ":8080"] +FROM sajari/docd:1.3.4 +CMD ["-addr", ":8080", "-error-reporting"]