Instagram2Fedi/Dockerfile

10 lines
148 B
Docker
Raw Normal View History

2021-08-31 14:03:06 +00:00
FROM python
RUN pip install instabot
RUN pip3 install Mastodon.py
WORKDIR /app
COPY . /app
ENTRYPOINT [ "python", "/app/__init__.py", "innubis"]