csv-metadata-quality-web/app.yaml
Alan Orth 8f6d337d2d
Move style.min.css to css/v1/style.min.css
Trying to break Google App Engine's aggressive caching.
2021-03-14 12:04:28 +02:00

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