1
0
mirror of https://github.com/quay/quay.git synced 2026-01-27 18:42:52 +03:00
Files
quay/config_app/Procfile
2019-11-12 11:09:47 -05:00

4 lines
123 B
Plaintext

app: PYTHONPATH="../" gunicorn -c conf/gunicorn_local.py config_application:application
webpack: npm run watch-config-app