Skip to content

Commit

Permalink
featrue: unlilimint example
Browse files Browse the repository at this point in the history
  • Loading branch information
askonev committed Sep 30, 2024
1 parent d62a40a commit 32a506b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN git clone --depth=1 --recursive --shallow-submodules -b $BUILD_BRANCH https:
WORKDIR /document-server-integration/web/documentserver-example/nodejs/

RUN sed -i "s/\"enableForgotten\"\: false\,/\"enableForgotten\"\: true\,/" config/default.json
RUN sed -i "s/1073741824/107374182400/g" config/default.json
RUN sed -i "s/104857600/10485760000/g" config/production-linux.json

RUN sed -i "s/documentserver/$DOCSERVER_NETWORK_NAME:$DOCS_PORT/" config/default.json
RUN sed -i "s/\"port\".*,/\"port\"\: ${PORT},/" config/default.json
Expand Down

0 comments on commit 32a506b

Please sign in to comment.