Remove FOS CKEditor bundle as we dont use it anymore

We now use our self-written elements with CKEDITOR5
This commit is contained in:
Jan Böhmer 2022-07-26 21:26:30 +02:00
parent 898803e3ce
commit fdcfb95ac7
7 changed files with 14 additions and 193 deletions

View file

@ -48,7 +48,6 @@ RUN a2enmod rewrite
USER www-data
RUN composer install -a --no-dev && composer clear-cache
RUN yarn install && yarn build && yarn cache clean
RUN php bin/console --env=prod ckeditor:install --clear=skip
# Use demo env to output logs to stdout
ENV APP_ENV=demo