From ac0ae46172f2979a0b4d7943bd2e1911f6b26901 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Wed, 4 Dec 2019 16:16:06 +0100 Subject: [PATCH] heroku.yml --- heroku.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/heroku.yml b/heroku.yml index f0ba2e4..980769e 100644 --- a/heroku.yml +++ b/heroku.yml @@ -1,12 +1,5 @@ build: - docker: - web: Dockerfile - # config: - # BUNDLE_INSTALL_ARGS: --jobs 10 --retry=3 --without development test - # RAILS_ENV: production - run: - web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000" - # worker: - # command: - # - bundle exec rake jobs:work - # image: web \ No newline at end of file + docker: + web: Dockerfile +run: + web: bash -c "python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000"