mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-13 02:17:08 +01:00
9 lines
162 B
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
|