diff --git a/.copilot/config.yml b/.copilot/config.yml index 3df4a694..fac4d850 100644 --- a/.copilot/config.yml +++ b/.copilot/config.yml @@ -1,4 +1,4 @@ repository: identity builder: - name: paketobuildpacks/builder-jammy-base - version: 0.4.240 \ No newline at end of file + name: paketobuildpacks/builder-jammy-full + version: 0.3.420 \ No newline at end of file diff --git a/Procfile b/Procfile index a9d71323..f07359e7 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && python manage.py collectstatic --noinput && granian --interface wsgi config.wsgi:application --workers 4 --host 0.0.0.0 --port $PORT \ No newline at end of file +web: python manage.py check --deploy && python manage.py migrate --noinput && python manage.py clearcache && granian --interface wsgi config.wsgi:application --workers 4 --host 0.0.0.0 --port $PORT \ No newline at end of file