Delete user prosody from entrypoing..

This commit is contained in:
mguschin
2026-02-04 13:24:19 +03:00
parent 6b6a531256
commit 2485e6fe3f
2 changed files with 3 additions and 4 deletions

View File

@@ -19,9 +19,6 @@ RUN mkdir -p /var/lib/prosody /var/log/prosody /var/run/prosody /etc/prosody/cer
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Switch to prosody user
USER prosody
# Expose Prosody ports
# 5222: Client to Server (C2S)
# 5269: Server to Server (S2S)