From 7eb33cc2207aeeee26f852154364cb451c5716e0 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 21 Jan 2020 16:08:15 -0600 Subject: [PATCH] Update to use the proper python file! --- mojo-rtm/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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