mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 22:00:09 +00:00
9 lines
416 B
YAML
9 lines
416 B
YAML
build:
|
|
docker:
|
|
web: heroku.Dockerfile
|
|
release:
|
|
image: web
|
|
command:
|
|
- /baserow/env/bin/python /baserow/baserow/backend/src/baserow/manage.py migrate --settings=heroku.settings && /baserow/env/bin/python /baserow/baserow/backend/src/baserow/manage.py sync_templates --settings=heroku.settings
|
|
run:
|
|
web: . /baserow/entry.sh && /usr/bin/supervisord --configuration /etc/supervisor/conf.d/supervisor.conf
|