mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Added new command to setup etherpad. Fixed Dockerfile
This commit is contained in:
parent
a2ad4b1975
commit
550a29f3e6
4 changed files with 15 additions and 9 deletions
|
@ -26,6 +26,9 @@ const compressCSS = async (content) => {
|
|||
minify: true,
|
||||
bundle: true,
|
||||
loader:{
|
||||
'.jpg': 'dataurl',
|
||||
'.png': 'dataurl',
|
||||
'.gif': 'dataurl',
|
||||
'.ttf': 'dataurl',
|
||||
'.otf': 'dataurl',
|
||||
'.woff': 'dataurl',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue