Partial working docker image

This commit is contained in:
Alexander Laevens
2024-03-03 13:29:58 -07:00
parent 4d0388b262
commit caf98b3e84
13 changed files with 151 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
#! /bin/bash
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py collectstatic --no-input
gunicorn one_trip_api.asgi:application -b 0.0.0.0:8080 --access-logfile - -k uvicorn.workers.UvicornWorker