diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..4ca3ead --- /dev/null +++ b/update.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +docker-compose down +git pull +docker-compose pull +docker-compose up -d \ No newline at end of file