diff --git a/Dockerfile b/Dockerfile index 901d39dab16..4955ea02b77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,5 +25,5 @@ RUN python3 -m pip install -r requirements.txt COPY . . COPY netrc /root/.netrc RUN chmod +x aria.sh -RUN rm README.md + CMD ["bash","start.sh"]