mirror of
https://github.com/kou029w/nttr.fly.dev.git
synced 2025-01-31 06:18:06 +00:00
6 lines
247 B
Docker
6 lines
247 B
Docker
FROM zedeus/nitter:latest@sha256:bd93f7cd24a09b2885a3b47a80dea06a0bd8c77cf8f2c6627fb06a8c4381f831
|
|
RUN apk --no-cache add gettext
|
|
COPY entrypoint.sh nitter.example.conf /
|
|
WORKDIR /src
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
CMD ["/bin/sh", "-c", "./nitter"]
|