mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-19 00:18:07 +00:00
7 lines
175 B
Text
7 lines
175 B
Text
|
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"]
|