Instagram2Fedi/Dockerfile
2021-08-31 23:50:06 +03:00

13 lines
180 B
Docker

FROM python:3.9
RUN pip install instaloader
RUN pip install Mastodon.py
RUN pip install colorama
COPY . /app
WORKDIR /app
ENTRYPOINT ["python", "/app/src/main.py", "innubis"]