mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-02 21:32:58 +08:00
4 lines
No EOL
79 B
Docker
4 lines
No EOL
79 B
Docker
FROM scratch
|
|
COPY teldrive /teldrive
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/teldrive","run"] |