Skip to content

Commit 03bcc56

Browse files
author
Andres Vargas
committed
Update dockerfile
1 parent 2fd8b4d commit 03bcc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY requirements.txt /code/
66
RUN pip install -r requirements.txt
77
COPY . /code/
88
EXPOSE 8000
9-
CMD ["python","manage.py","gunicorn"]
9+
CMD ["python","manage.py","gunicorn", "-b","0:8000"]

0 commit comments

Comments
 (0)