Skip to content
Snippets Groups Projects
Commit 7327e717 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add deploy_local_dev.sh script

parent 0767fd83
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% include 'taskdatabase/pagination.html' %} {% include 'taskdatabase/pagination.html' %}
</div> </div>
</div> </div>
<p class="footer"> Version 10 Dec 2024</p> <p class="footer"> Version 10 Dec 2024 - 11:00</p>
</div> </div>
{% include 'taskdatabase/refresh.html' %} {% include 'taskdatabase/refresh.html' %}
......
...@@ -15,4 +15,6 @@ else ...@@ -15,4 +15,6 @@ else
cd atdb cd atdb
docker build -t atdb-ldv:latest . docker build -t atdb-ldv:latest .
docker-compose -f docker/docker-compose-dev-local.yml -p atdb up -d docker-compose -f docker/docker-compose-dev-local.yml -p atdb up -d
echo "ATDB-lDV deployed"
fi fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment