One step closer to getting the Prosody server live. Create the bind dir and ensure certs are imported as root. Still not actually getting the certs, but having way less errors.

This commit is contained in:
2026-07-13 15:03:30 -07:00
parent a770eb00ef
commit 64415239ca
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN rm -rfv /etc/prosody/README*
# Install + Run Website
WORKDIR /root
USER root
CMD prosodyctl cert import /etc/letsencrypt/live && \
CMD prosodyctl --root cert import /etc/letsencrypt/live && \
service prosody start && \
prosodyctl reload && \
tail -F /var/log/prosody/prosody.log & \