diff --git a/Procfile b/Procfile index fa1591b..d81293a 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: ./dokku-boot.sh +web: bash dokku-boot.sh celery: python manage.py celery \ No newline at end of file diff --git a/dokku-boot.sh b/dokku-boot.sh old mode 100755 new mode 100644