From cbbd75b9efe699f64cc86fc0791a76763aea9fab Mon Sep 17 00:00:00 2001 From: shibao Date: Thu, 16 Jun 2022 17:45:56 -0400 Subject: [PATCH] fix docker exec command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ebd700..6eeb566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]