mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-03-18 11:44:25 +00:00
9 lines
148 B
Docker
9 lines
148 B
Docker
FROM python
|
|
|
|
RUN pip install instabot
|
|
RUN pip3 install Mastodon.py
|
|
|
|
COPY . /app
|
|
WORKDIR /app
|
|
|
|
ENTRYPOINT [ "python", "/app/__init__.py", "innubis"]
|