templating - started integration into docker image

This commit is contained in:
bunkerity
2021-05-26 14:50:50 +02:00
parent ec19f93081
commit a8bc17e836
115 changed files with 511 additions and 2490 deletions

View File

@@ -11,11 +11,13 @@ RUN chmod +x /tmp/dependencies.sh && \
/tmp/dependencies.sh && \
rm -rf /tmp/dependencies.sh
COPY gen/ /opt/gen
COPY entrypoint/ /opt/entrypoint
COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY lua/ /usr/local/lib/lua
COPY antibot/ /antibot
COPY settings.json /opt
COPY prepare.sh /tmp/prepare.sh
RUN chmod +x /tmp/prepare.sh && \