dockerizing

This commit is contained in:
2023-04-28 20:04:46 +02:00
parent 7872d8c926
commit 8940810ac6
3 changed files with 27 additions and 16 deletions

View File

@@ -7,4 +7,4 @@ RUN apt-get update && \
git clone https://gitea.ds9.dedyn.io/olli/dabo.git && \
chmod 555 /dabo/dabo-bot.sh /dabo/analyze.sh
ENV LANG en_US.utf8
ENTRYPOINT ["/dabo/bot.sh"]
ENTRYPOINT ["/dabo/dabo-bot.sh"]