🖥️ Onlyoffice connector moved into the TwakeDrive repository (#366)

This commit is contained in:
Montassar Ghanmy
2024-02-27 10:35:01 +01:00
committed by GitHub
parent ff74104a1b
commit dcb6fa1c36
40 changed files with 1557 additions and 3 deletions
@@ -0,0 +1,11 @@
FROM node:16
WORKDIR /usr/src/app
COPY connectors/onlyoffice-connector/package*.json ./
RUN npm install
COPY connectors/onlyoffice-connector/ .
RUN npm run build
CMD [ "npm", "start" ]