mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-16 10:25:12 +01:00
9bb5a0cee6
* arm64 Dockerfile and Makefile update * #46 version flag
9 lines
163 B
Docker
9 lines
163 B
Docker
FROM arm64v8/busybox:1.31.0
|
|
|
|
EXPOSE 9090
|
|
|
|
COPY scripts/start.sh /app/
|
|
COPY dist/mikrotik-exporter_linux_arm64 /app/mikrotik-exporter
|
|
|
|
ENTRYPOINT ["/app/start.sh"]
|