mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-14 02:47:06 +01:00
Alan Orth
25aa74ba14
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
7 lines
113 B
YAML
7 lines
113 B
YAML
runtime: python39
|
|
entrypoint: gunicorn -b :$PORT main:app
|
|
|
|
handlers:
|
|
- url: /static/css
|
|
static_dir: static/css
|