Update utility scripts in /bin
This commit is contained in:
6
bin/ojusomap-redeploy
Executable file
6
bin/ojusomap-redeploy
Executable 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
|
Reference in New Issue
Block a user