fix docker exec command

This commit is contained in:
shibao 2022-06-16 17:45:56 -04:00
parent 0fb821b34e
commit cbbd75b9ef

View file

@ -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" ]