Added new command to setup etherpad. Fixed Dockerfile

This commit is contained in:
SamTV12345 2024-07-23 17:43:18 +02:00
parent a2ad4b1975
commit 550a29f3e6
4 changed files with 15 additions and 9 deletions

View file

@ -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',