mikrotik-exporter/Dockerfile.armhf
2017-09-04 22:52:14 -04:00

10 lines
150 B
Docker

FROM arm32v7/busybox:1.27.2
EXPOSE 9090
COPY scripts/start.sh /app/
COPY mikrotik-exporter /app/
RUN chmod 755 /app/*
ENTRYPOINT ["/app/start.sh"]