diff options
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"] |
