We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdfd7a commit 2fd8b4dCopy full SHA for 2fd8b4d
Dockerfile
@@ -5,3 +5,5 @@ WORKDIR /code
5
COPY requirements.txt /code/
6
RUN pip install -r requirements.txt
7
COPY . /code/
8
+EXPOSE 8000
9
+CMD ["python","manage.py","gunicorn"]
0 commit comments