Skip to content
Snippets Groups Projects
Verified Commit 94a7dae9 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add removestaleimage to the entrypoint

Closes #139
parent 90e234f6
No related branches found
No related tags found
No related merge requests found
Pipeline #3048 passed
...@@ -27,11 +27,14 @@ loadfixtures: ...@@ -27,11 +27,14 @@ loadfixtures:
loaddata: loaddata:
$(POETRY_RUN_MANAGE) loaddata ${DATA} $(POETRY_RUN_MANAGE) loaddata ${DATA}
removestaleimages:
$(POETRY_RUN_MANAGE) removestaleimages
run.dev: migrate run.dev: migrate
$(POETRY_RUN_MANAGE) runserver 0.0.0.0:8000 $(POETRY_RUN_MANAGE) runserver 0.0.0.0:8000
run.prod: migrate run.prod: migrate
$(POETRY_RUN) gunicorn --bind 0.0.0.0:8000 --workers `(nproc)` steering.wsgi $(POETRY_RUN) gunicorn --bind 0.0.0.0:8000 --workers `nproc` steering.wsgi
run.debug: migrate run.debug: migrate
DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000 DEBUG=1 $(POETRY_RUN_MANAGE) runserver_plus 0.0.0.0:8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment