summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-07-19 10:58:03 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-07-19 10:58:03 +0300
commit0086f5016f1255a8d311ed5c6adfaf8f5c4fcf7e (patch)
tree69a61f133785e3c2758b66be358ce755aee8856d /Dockerfile
parent5a636abf7e98a5687811167917d0e07103599bc8 (diff)
Skip updates without expected keys
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 32d3d05..e1b9d03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ COPY requirements.txt ./
RUN pip install -r requirements.txt
COPY *.png /app/
+COPY telepot /app/telepot
COPY taulubot.py /app/taulubot.py
CMD ["python", "taulubot.py"]