mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-06 23:28:43 +08:00
4 lines
73 B
Text
4 lines
73 B
Text
|
FROM scratch
|
||
|
COPY teldrive /teldrive
|
||
|
EXPOSE 8080
|
||
|
ENTRYPOINT ["/teldrive"]
|