Skip to content

Commit 5f85154

Browse files
committed
Update appengine-web.xml and add Dockerfile
1 parent fb9f67b commit 5f85154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM gcr.io/google_appengine/jetty9-compat:githubheadasync
2+
ADD . /app

managedvms/async-rest/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
33
<application>async-rest-demo</application>
4-
<module>async-rest-demo</module>
4+
<version>a1</version>
55
<vm>true</vm>
6-
<version>1</version>
7-
<public-root>/static</public-root>
86
<precompilation-enabled>false</precompilation-enabled>
97
<threadsafe>true</threadsafe>
108
<sessions-enabled>false</sessions-enabled>

0 commit comments

Comments
 (0)