diff --git a/Procfile b/Procfile
new file mode 100644
index 0000000000000000000000000000000000000000..db061d87fdb7596ef9a6f054c60aed801acf0ff9
--- /dev/null
+++ b/Procfile
@@ -0,0 +1,2 @@
+release: sh -c ‘python manage.py migrate && python manage.py loaddata dummy_obat.json’
+web: gunicorn project_django.wsgi --log-file -
\ No newline at end of file