diff --git a/Dockerfile b/Dockerfile index 9214318..9027ba6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN wget https://github.com/MrXiaoM/mirai-console-loader/releases/download/v2.1. # initial start #./mcl -u --dry-run && \ -RUN expect /interact.sh +RUN expect interact.sh # Clean up RUN apt-get purge -y unzip expect && \