mirror of
https://github.com/tgdrive/teldrive.git
synced 2024-11-10 09:02:52 +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"] |