aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-18 11:30:34 +0530
committerBobby <[email protected]>2022-07-18 11:30:34 +0530
commit92bfcab3712b99129e0fc8f768965b0945868ba4 (patch)
tree4098c6024ad9ebc4cb7f2660ea220acfbfc4540d /Dockerfile
parent2a5bb7f6bb48e80d8c0cf22fe80af9ecd1ce7428 (diff)
downloadthatcomputerscientist-92bfcab3712b99129e0fc8f768965b0945868ba4.tar.xz
thatcomputerscientist-92bfcab3712b99129e0fc8f768965b0945868ba4.zip
Fix port number
Diffstat (limited to 'Dockerfile')
-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"]