moved files from docker-image imported repo to root

This commit is contained in:
mserranom
2020-02-17 13:56:49 +01:00
parent 731b0d5918
commit 93dce40328
41 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
echo "Checking can connect to mongo and redis"
cd /var/www/sharelatex && grunt check:redis
cd /var/www/sharelatex && grunt check:mongo
echo "All checks passed"