mirror of
https://github.com/mgechev/revive.git
synced 2025-01-22 03:38:47 +02:00
4 lines
72 B
Docker
4 lines
72 B
Docker
FROM scratch
|
|
COPY revive /usr/bin/revive
|
|
ENTRYPOINT ["/usr/bin/revive"]
|