fix on gitignore; dockerfile

Change-Id: I5e10d910a337b94417edbc97a30ed5bce7e5a07f
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/Dockerfile b/Dockerfile
index 9fa01d0..4914e93 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # delete the copy of the database inside the container (if exists)
 RUN rm -f db.sqlite3
 
-RUN python manage.py makemigrations sf_user projecthandler instancehandler vimhandler
+RUN python manage.py makemigrations authosm
 RUN python manage.py migrate