aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-11-11 18:13:51 -0500
committerBobby <[email protected]>2023-11-11 18:13:51 -0500
commitba064b4cf7473ae3f42dbf9be7f8667780aa578b (patch)
tree76fc091616a34ae24d780b901514ede9a3967d79
parent9f5c83865ebcca3293d8f30dea6ea6fa8ed5abc2 (diff)
downloadthatcomputerscientist-ba064b4cf7473ae3f42dbf9be7f8667780aa578b.tar.xz
thatcomputerscientist-ba064b4cf7473ae3f42dbf9be7f8667780aa578b.zip
update dockerfile
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 4227af52..a5007a98 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,6 +28,6 @@ RUN python manage.py makemigrations
RUN python manage.py migrate
-EXPOSE 8080
+EXPOSE 8000
-CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"]
+CMD ["python", "manage.py", "runserver"]