mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-24 07:59:14 +08:00
4 lines
No EOL
73 B
Docker
4 lines
No EOL
73 B
Docker
FROM scratch
|
|
COPY teldrive /teldrive
|
|
EXPOSE 8080
|
|
ENTRYPOINT ["/teldrive"] |