aboutsummaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-11 22:14:43 -0400
committerBobby <[email protected]>2024-08-11 22:14:43 -0400
commit489ae2efaf543be3f0ed179199d074fc60939fd6 (patch)
tree5b9f345830996738ae77bfc720e836701603d17f /entrypoint.sh
parent0aef88c113eda702bb268d6943ca8325d59daa3e (diff)
downloadthatcomputerscientist-489ae2efaf543be3f0ed179199d074fc60939fd6.tar.xz
thatcomputerscientist-489ae2efaf543be3f0ed179199d074fc60939fd6.zip
some dockerfile updates
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index c7263321..83bcda28 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,7 +1,4 @@
-python manage.py collectstatic --noinput
-
-python manage.py makemigrations
-
-python manage.py migrate
-
-python manage.py runserver \ No newline at end of file
+python3 manage.py collectstatic --noinput
+python3 manage.py makemigrations
+python3 manage.py migrate
+python3 manage.py runserver