dont try to load the initial data every time
This commit is contained in:
parent
01a2d2382c
commit
369030edd0
|
@ -13,6 +13,4 @@ EXPOSE 8000
|
||||||
|
|
||||||
RUN ["python", "manage.py", "makemigrations", "binder"]
|
RUN ["python", "manage.py", "makemigrations", "binder"]
|
||||||
RUN ["python", "manage.py", "migrate"]
|
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"]
|
CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue