diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html index b17497d3594744b49ad9a84988cf68d463106213..d006568997bd53c2e5a8276fd4c7b0558eb5c038 100644 --- a/atdb/taskdatabase/templates/taskdatabase/index.html +++ b/atdb/taskdatabase/templates/taskdatabase/index.html @@ -31,7 +31,7 @@ {% include 'taskdatabase/pagination.html' %} </div> </div> - <p class="footer"> Version 10 Dec 2024</p> + <p class="footer"> Version 10 Dec 2024 - 11:00</p> </div> {% include 'taskdatabase/refresh.html' %} diff --git a/deploy_local_dev.sh b/deploy_local_dev.sh index 70218ffcf33c94fe49d22cae4d1b585ffc2375f5..9dc406260c7a27bc67f9faebda65b010604a6d1d 100644 --- a/deploy_local_dev.sh +++ b/deploy_local_dev.sh @@ -15,4 +15,6 @@ else cd atdb docker build -t atdb-ldv:latest . docker-compose -f docker/docker-compose-dev-local.yml -p atdb up -d + + echo "ATDB-lDV deployed" fi \ No newline at end of file