mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-30 15:55:54 +02:00
Remove FOS CKEditor bundle as we dont use it anymore
We now use our self-written elements with CKEDITOR5
This commit is contained in:
parent
898803e3ce
commit
fdcfb95ac7
7 changed files with 14 additions and 193 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue