Merge branch 'master' of github.com:open-cloud/xos
diff --git a/Dockerfile b/Dockerfile
index 3d22a33..9000b6b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -99,15 +99,7 @@
 RUN sed -i 's/DEBUG = False/DEBUG = True/' /opt/xos/xos/settings.py
 
 # Cruft to workaround problems with migrations, should go away...
-RUN /opt/xos/scripts/opencloud dropdb
-RUN rm -rf /opt/xos/*/migrations
-RUN cd /opt/xos; python ./manage.py makemigrations core
-RUN cd /opt/xos; python ./manage.py makemigrations hpc
-RUN cd /opt/xos; python ./manage.py makemigrations requestrouter
-RUN cd /opt/xos; python ./manage.py makemigrations syndicate_storage
-#RUN cd /opt/xos; python ./manage.py makemigrations servcomp
-
-RUN /opt/xos/scripts/opencloud initdb
+RUN /opt/xos/scripts/opencloud remigrate
 
 EXPOSE 8000