mirror of
https://github.com/fotoente/MIsskey-ebooks-bot
synced 2024-11-10 05:44:14 +00:00
fix docker exec command
This commit is contained in:
parent
0fb821b34e
commit
cbbd75b9ef
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ RUN pip3.10 install git+https://github.com/yupix/MiPA.git
|
|||
RUN pip3.10 install git+https://github.com/yupix/MiPAC.git
|
||||
COPY . .
|
||||
|
||||
CMD [ "python3.10", "-u", "rdbot" ]
|
||||
CMD [ "python3.10", "-u", "rdbot.py" ]
|
||||
|
|
Loading…
Reference in a new issue