Update utility scripts in /bin

This commit is contained in:
Livvy Mackintosh
2017-05-23 01:11:00 +02:00
parent 4d10c97224
commit deac0c4c73
4 changed files with 25 additions and 2 deletions

6
bin/ojusomap-redeploy Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
# Redeploys the OjusoMap stack
THISDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $THISDIR/../
sudo docker-compose up -d --build map
cd $THISDIR