csv-metadata-quality-web/app.yaml

9 lines
162 B
YAML

runtime: python39
entrypoint: gunicorn -b :$PORT main:app
handlers:
- url: /static/css/v1
static_dir: static/css/v1
http_headers:
Cache-Control: private