always build the docker containers when running make

This commit is contained in:
Andreas Zweili 2020-11-27 23:28:00 +01:00
parent 407ba83e3c
commit dba05101dd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SHELL=/bin/bash
docker:
export DJANGO_SETTINGS_MODULE=network_inventory.settings.docker; \
docker-compose -f docker-compose-development.yml up
docker-compose -f docker-compose-development.yml up --build
init:
export DJANGO_SETTINGS_MODULE=network_inventory.settings.docker; \