nttr.fly.dev/Dockerfile

7 lines
175 B
Text
Raw Normal View History

2022-07-11 19:32:49 +09:00
FROM zedeus/nitter:latest
RUN apk --no-cache add gettext
COPY entrypoint.sh nitter.example.conf /
WORKDIR /src
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/bin/sh", "-c", "./nitter"]