Closed addyosmani closed 9 years ago
FWIW, https://github.com/GoogleChrome/sw-precache/tree/app-shell-demo/app-shell-demo has a custom Dockerfile
and app.yaml
along with a package.json
's scripts
section that should make both Heroku and App Engine Node.js happy.
Using the custom Dockerfile
was necessarily as the default App Engine Node.js container is a bit buggy...
That's quite useful. I was just getting bogged down trying to get this setup with Node.js on GAE. Thanks @jeffposnick
We should make it easy to deploy the current setup to at least one of the above.