Skip to content

Commit

Permalink
Add start option public
Browse files Browse the repository at this point in the history
RISDEV-254
  • Loading branch information
rvp-c committed Feb 20, 2025
1 parent 33f3e54 commit 45191b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ languagetool-language-modules/nl/src/main/resources/org/languagetool/rules/nl/gr
bin/
LanguageTool*/
/languagetool-pod.yaml
/languagetool-deployment.yaml
2 changes: 1 addition & 1 deletion Dockerfile.neuris
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY server.properties .

EXPOSE 8081/tcp

ENTRYPOINT [ "java", "-cp", "languagetool-server.jar", "org.languagetool.server.HTTPServer", "--config", "server.properties", "--port", "8081", "--allow-origin" ]
ENTRYPOINT [ "java", "-cp", "languagetool-server.jar", "org.languagetool.server.HTTPServer", "--config", "server.properties", "--port", "8081", "--allow-origin", "--public" ]

0 comments on commit 45191b3

Please sign in to comment.