[Rspamd] Add ratelimit.lua (to be removed from Dockerfile with next Rspamd release)

This commit is contained in:
andryyy
2018-12-15 21:19:35 +01:00
parent 558ba23b93
commit c4446b85f1
2 changed files with 865 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
COPY settings.conf /etc/rspamd/settings.conf
COPY docker-entrypoint.sh /docker-entrypoint.sh
COPY ratelimit.lua /usr/share/rspamd/lua/ratelimit.lua
ENTRYPOINT ["/docker-entrypoint.sh"]