csv-metadata-quality-web/app.yaml
Alan Orth 25aa74ba14
app.yaml: Try to serve static CSS directly
Google App Engine is currently caching an old version of my CSS, so
I am trying to get it to use the correct version. Let's try serving
it directly from the filesystem.

See: https://cloud.google.com/appengine/docs/standard/php/getting-started/serving-static-files
2021-03-14 10:36:57 +02:00

7 lines
113 B
YAML

runtime: python39
entrypoint: gunicorn -b :$PORT main:app
handlers:
- url: /static/css
static_dir: static/css