teldrive/goreleaser.dockerfile

4 lines
113 B
Plaintext
Raw Normal View History

2024-02-09 21:12:13 +08:00
FROM scratch
COPY teldrive /teldrive
EXPOSE 8080
ENTRYPOINT ["/teldrive","run","--tg-session-file","/session.db"]