We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de6b2d commit 543ff20Copy full SHA for 543ff20
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.6
3
EXPOSE 9436
4
5
COPY scripts/start.sh /app/
6
-COPY dist/mikrotik-exporter_linux_amd64 /app/
+COPY dist/mikrotik-exporter_linux_amd64 /app/mikrotik-exporter
7
8
RUN chmod 755 /app/*
9
Dockerfile.armhf
@@ -3,7 +3,7 @@ FROM arm32v7/busybox:1.27.2
EXPOSE 9090
-COPY dist/mikrotik-exporter_linux_arm /app/
+COPY dist/mikrotik-exporter_linux_arm /app/mikrotik-exporter
0 commit comments