mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-06-15 09:30:28 +00:00
WIP test refactoring, TODO run tests for second prosody container
This commit is contained in:
parent
9055b0ce79
commit
902a76b6ee
5 changed files with 53 additions and 34 deletions
|
@ -89,7 +89,7 @@ ENV __FLUSH_LOG yes
|
|||
VOLUME ["/usr/local/var/lib/prosody"]
|
||||
|
||||
COPY prosody.cfg.lua /usr/local/etc/prosody/prosody.cfg.lua
|
||||
COPY docker-entrypoint.sh /entrypoint.sh
|
||||
COPY docker-entrypoint.bash /entrypoint.bash
|
||||
COPY conf.d/*.cfg.lua /usr/local/etc/prosody/conf.d/
|
||||
|
||||
COPY *.bash /usr/local/bin/
|
||||
|
@ -110,6 +110,6 @@ RUN download-prosody-modules.bash \
|
|||
|
||||
USER prosody
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
ENTRYPOINT ["/entrypoint.bash"]
|
||||
CMD ["prosody", "-F"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue