squash merge from dev branch

This commit is contained in:
Steve Brunton
2017-09-04 22:52:14 -04:00
parent 123cd935a3
commit ed916703c6
1058 changed files with 311598 additions and 3 deletions

10
Dockerfile.armhf Normal file
View File

@@ -0,0 +1,10 @@
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"]