diff --git a/docker/dockerfile b/docker/dockerfile index 00e4546..f4a2091 100644 --- a/docker/dockerfile +++ b/docker/dockerfile @@ -7,9 +7,10 @@ RUN apk add \ python3 \ python-dev -RUN python3 -m pip install --upgrade pip \ - && python3 -m pip install slackclient +RUN python3 -m pip install --upgrade pip + +RUN python3 -m pip install slackclient COPY ./ ./ -CMD python3 ./mojojojo-bot.py \ No newline at end of file +CMD python3 ./mojojojo-bot.py