FROM gcr.io/google_appengine/jetty9

ADD flexible-endpoints-1.0-SNAPSHOT.war $JETTY_BASE/webapps/root.war
ADD . /app
