Update Dockerfile.fat

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

View File

@ -101,4 +101,4 @@ RUN echo "@main https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /etc/a
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"]