Merge pull request #858 from nxglabs/staging

v2.25.0
This commit is contained in:
prafull-opensignlabs
2025-06-17 14:23:51 +00:00
parent b0e0b38e8f
commit b3fef4a52f
80 changed files with 4321 additions and 1795 deletions
+5
View File
@@ -2,6 +2,11 @@
FROM node:22.14.0
# Install LibreOffice for DOCX to PDF conversions
RUN apt-get update \
&& apt-get install -y libreoffice \
&& rm -rf /var/lib/apt/lists/*
# Set the working directory inside the container
WORKDIR /usr/src/app