diff --git a/Dockerfile b/Dockerfile index b3f44c8e..93682ad8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,4 @@ EXPOSE $PORT RUN python manage.py collectstatic --noinput -CMD python manage.py migrate cms 0016 --settings foundation.temp_migration_settings &&\ - python manage.py migrate easy_thumbnails &&\ - python manage.py migrate &&\ - python manage.py update_index &&\ - /usr/bin/supervisord +CMD python manage.py migrate && python manage.py update_index && /usr/bin/supervisord diff --git a/foundation/temp_migration_settings.py b/foundation/temp_migration_settings.py deleted file mode 100644 index b498feaf..00000000 --- a/foundation/temp_migration_settings.py +++ /dev/null @@ -1,3 +0,0 @@ -from settings import * # flake8: noqa -INSTALLED_APPS = list(INSTALLED_APPS) -INSTALLED_APPS.remove('aldryn_video') # flake8: noqa