Rafactor (rename part 2)

This commit is contained in:
Thomas Renger 2024-11-01 12:01:47 +01:00
parent f0cab8794c
commit 5ae27d6000
2 changed files with 1 additions and 1 deletions

View file

@ -6,4 +6,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
CMD [ "python", "./testbot.py" ] CMD [ "python", "./bot.py" ]