Instagram2Fedi/Dockerfile
2021-08-31 18:47:21 +03:00

11 lines
174 B
Docker

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"]