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
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
which node
which grunt
ls -al /var/www/sharelatex/migrations
cd /var/www/sharelatex && grunt migrate -v
echo "All migrations finished"