Chain the initial start commands rather than forking them all.

This commit is contained in:
2026-06-19 09:13:53 -07:00
parent 01b6ceac22
commit 73583a0f62
+3 -3
View File
@@ -24,8 +24,8 @@ RUN rm -rfv /etc/prosody/README*
# Install + Run Website
WORKDIR /root
USER root
CMD prosodyctl cert import /etc/letsencrypt/live & \
service prosody start & \
prosodyctl reload & \
CMD prosodyctl cert import /etc/letsencrypt/live && \
service prosody start && \
prosodyctl reload && \
tail -F /var/log/prosody/prosody.log & \
tail -F /var/log/prosody/prosody.err