Change where the Prosody file gets copied.
This commit is contained in:
@@ -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 ##
|
||||||
|
|||||||
Reference in New Issue
Block a user