FROM python RUN pip install instabot RUN pip3 install Mastodon.py RUN pip3 install colorama COPY . /app WORKDIR /app ENTRYPOINT [ "python", "/app/__init__.py", "innubis"]