diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-07-19 10:58:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-07-19 10:58:03 +0300 |
| commit | 0086f5016f1255a8d311ed5c6adfaf8f5c4fcf7e (patch) | |
| tree | 69a61f133785e3c2758b66be358ce755aee8856d /Dockerfile | |
| parent | 5a636abf7e98a5687811167917d0e07103599bc8 (diff) | |
Skip updates without expected keys
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |
