aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 740cc092..9ed09417 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,5 +24,5 @@ EXPOSE 8080
# replace APP_NAME with module name
# CMD ["gunicorn", "--bind", ":8080", "--workers", "2", "thatcomputerscientist.wsgi"]
-CMD ["python3", "manage.py", "runserver", ":8080"]
+CMD ["python3", "manage.py", "runserver", "8080"]