Remove migrations

These will be replaced by migrations in the web project
This commit is contained in:
Shane Kilkelly
2021-07-08 10:08:34 +01:00
parent 72f8e6594c
commit c8dcf853bc
17 changed files with 0 additions and 1211 deletions

View File

@@ -12,7 +12,6 @@ ENV SHARELATEX_CONFIG /etc/sharelatex/settings.coffee
# -------------------------
ADD ${baseDir}/bin /var/www/sharelatex/bin
ADD ${baseDir}/doc /var/www/sharelatex/doc
ADD ${baseDir}/migrations /var/www/sharelatex/migrations
ADD ${baseDir}/tasks /var/www/sharelatex/tasks
ADD ${baseDir}/Gruntfile.coffee /var/www/sharelatex/Gruntfile.coffee
ADD ${baseDir}/package.json /var/www/sharelatex/package.json