1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/Dockerfile
2021-10-15 08:36:14 +02:00

4 lines
72 B
Docker

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