Update Dockerfile

This commit is contained in:
Anthony Stirling 2025-04-09 09:45:20 +01:00 committed by GitHub
parent 4d6f951604
commit f018dc395e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,4 +92,4 @@ EXPOSE 8080/tcp
# Set user and run command
ENTRYPOINT ["tini", "--", "/scripts/init.sh"]
CMD ["sh", "-c", "java -Dfile.encoding=UTF-8 -jar /app.jar & /opt/venv/bin/unoserver --port 2003 --interface 0.0.0.0"]
CMD ["sh", "-c", "java -Dfile.encoding=UTF-8 -jar /app.jar & /opt/venv/bin/unoserver --port 2003 --interface 127.0.0.1"]