mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-05 06:43:12 +08:00
4 lines
No EOL
113 B
Docker
4 lines
No EOL
113 B
Docker
FROM scratch
|
|
COPY teldrive /teldrive
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/teldrive","run","--tg-session-file","/session.db"] |