dont try to load the initial data every time

This commit is contained in:
jeffrey forman 2019-02-14 19:57:39 -05:00
parent 01a2d2382c
commit 369030edd0
2 changed files with 0 additions and 3 deletions

View File

@ -13,6 +13,4 @@ EXPOSE 8000
RUN ["python", "manage.py", "makemigrations", "binder"]
RUN ["python", "manage.py", "migrate"]
RUN ["python", "manage.py", "loaddata", "binder/fixtures/initial_data.json"]
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]

File diff suppressed because one or more lines are too long