Skip to content

Commit 2fd8b4d

Browse files
author
Andres Vargas
committed
Update dockerfile
1 parent 0fdfd7a commit 2fd8b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ WORKDIR /code
55
COPY requirements.txt /code/
66
RUN pip install -r requirements.txt
77
COPY . /code/
8+
EXPOSE 8000
9+
CMD ["python","manage.py","gunicorn"]

0 commit comments

Comments
 (0)