Change where the Prosody file gets copied.
This commit is contained in:
@@ -14,10 +14,10 @@ RUN apt-get update && \
|
||||
|
||||
## Configuration Files ##
|
||||
# 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.
|
||||
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*
|
||||
|
||||
## Main ##
|
||||
|
||||
Reference in New Issue
Block a user