Skip to content

Commit 52a9709

Browse files
authored
Merge pull request GoogleCloudPlatform#585 from GoogleCloudPlatform/fix-endpoints-getting-started
Fixes the Endpoints getting-started sample.
2 parents 10fc75a + 240ce3e commit 52a9709

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

endpoints/getting-started/src/main/appengine/Dockerfile renamed to endpoints/getting-started/src/main/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ FROM gcr.io/google_appengine/jetty9
22

33
ADD endpoints-1.0-SNAPSHOT.war $JETTY_BASE/webapps/root.war
44
ADD . /app
5+
RUN chown jetty:jetty $JETTY_BASE/webapps/root.war

0 commit comments

Comments
 (0)