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