diff --git a/official-templates/base/Dockerfile b/official-templates/base/Dockerfile index bd2d8eb..45cf6e9 100644 --- a/official-templates/base/Dockerfile +++ b/official-templates/base/Dockerfile @@ -118,4 +118,4 @@ COPY --from=logo runpod.txt /etc/runpod.txt RUN echo 'cat /etc/runpod.txt' >> /root/.bashrc RUN echo 'echo -e "\nFor detailed documentation and guides, please visit:\n\033[1;34mhttps://docs.runpod.io/\033[0m and \033[1;34mhttps://blog.runpod.io/\033[0m\n\n"' >> /root/.bashrc -CMD ["/start.sh"] +ENTRYPOINT ["/start.sh"]