Change where the Prosody file gets copied.

This commit is contained in:
2026-06-18 19:13:44 -07:00
parent 64b796c523
commit 8c262ce6eb
+2 -2
View File
@@ -14,10 +14,10 @@ RUN apt-get update && \
## Configuration Files ## ## Configuration Files ##
# Clear old configurations. # Clear old configurations.
RUN rm -rfv /etc/prosody/conf.avail/* RUN rm -rfv /etc/prosody/conf.d/*
# Add all the configuration files to the environment. # Add all the configuration files to the environment.
COPY ./etc/*.lua /etc/prosody/ COPY ./etc/*.lua /etc/prosody/
COPY ./etc/conf.avail/* /etc/prosody/conf.avail/ COPY ./etc/conf.avail/* /etc/prosody/conf.d/
RUN rm -rfv /etc/prosody/README* RUN rm -rfv /etc/prosody/README*
## Main ## ## Main ##