This website requires JavaScript.
Explore
Help
Sign In
alanorth
/
csv-metadata-quality-web
Watch
1
Star
0
Fork
0
You've already forked csv-metadata-quality-web
mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced
2024-11-13 02:17:08 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
f79be86361
csv-metadata-quality-web
/
app.yaml
3 lines
58 B
YAML
Raw
Normal View
History
Unescape
Escape
app.yaml: Add runtime for Google App Engine Currently 3.9 is in preview so I'll use 3.8. See: https://cloud.google.com/appengine/docs/standard/python3/runtime
2021-03-11 12:49:53 +01:00
runtime
:
python38
Use gunicorn to run on Google App Engine See: https://cloud.google.com/appengine/docs/flexible/python/quickstart
2021-03-12 22:10:29 +01:00
entrypoint
:
gunicorn -b :$PORT main:app
Reference in New Issue
Copy Permalink