antibot - custom templates

This commit is contained in:
bunkerity
2021-05-19 16:37:28 +02:00
parent 8260746fe1
commit 16e5ede130
16 changed files with 206 additions and 65 deletions

View File

@@ -15,6 +15,7 @@ COPY entrypoint/ /opt/entrypoint
COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY lua/ /usr/local/lib/lua
COPY antibot/ /antibot
COPY prepare.sh /tmp/prepare.sh
RUN chmod +x /tmp/prepare.sh && \