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 2187b4f commit 75d45a5Copy full SHA for 75d45a5
Dockerfile
@@ -7,5 +7,5 @@ RUN pip install -r requirements.txt
7
COPY . /code/
8
EXPOSE 8000
9
RUN python manage.py migrate
10
-RUN python manage.py seed core
+RUN python populate.py
11
CMD ["python","manage.py","gunicorn", "-b","0:8000"]
0 commit comments