1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-25 22:12:38 +02:00
Files
revive/Dockerfile

4 lines
72 B
Docker
Raw Normal View History

FROM scratch
COPY revive /usr/bin/revive
ENTRYPOINT ["/usr/bin/revive"]