diff --git a/mojo-rtm/dockerfile b/mojo-rtm/dockerfile index 900b42e..97e2246 100644 --- a/mojo-rtm/dockerfile +++ b/mojo-rtm/dockerfile @@ -18,4 +18,4 @@ COPY ./ ./mojo/ RUN pip3 install requests slackclient -CMD python3 /mojo/mojo-web.py +CMD python3 /mojo/mojo-rtm.py