1
0
mirror of https://github.com/bgp/stayrtr.git synced 2024-05-06 15:54:54 +00:00
bgp-stayrtr/package/Dockerfile.release

3 lines
73 B
Docker
Raw Normal View History

2021-12-21 01:51:52 -08:00
FROM alpine
COPY stayrtr /usr/bin/stayrtr
ENTRYPOINT ["/usr/bin/stayrtr"]