We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd8b4d commit 03bcc56Copy full SHA for 03bcc56
Dockerfile
@@ -6,4 +6,4 @@ COPY requirements.txt /code/
6
RUN pip install -r requirements.txt
7
COPY . /code/
8
EXPOSE 8000
9
-CMD ["python","manage.py","gunicorn"]
+CMD ["python","manage.py","gunicorn", "-b","0:8000"]
0 commit comments