From 392c3779667c0d0b8a1bfacbba4cc3e8129f528f Mon Sep 17 00:00:00 2001 From: Rafi Madani <rafi.madani@ui.ac.id> Date: Tue, 6 Feb 2024 18:50:46 +0700 Subject: [PATCH] Procfile initialization --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..db061d87 --- /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 -- GitLab