Skip to content

Commit 543ff20

Browse files
clivnshttpd
authored andcommitted
Fix docker build to make runnable executable (#39)
1 parent 4de6b2d commit 543ff20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.6
33
EXPOSE 9436
44

55
COPY scripts/start.sh /app/
6-
COPY dist/mikrotik-exporter_linux_amd64 /app/
6+
COPY dist/mikrotik-exporter_linux_amd64 /app/mikrotik-exporter
77

88
RUN chmod 755 /app/*
99

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM arm32v7/busybox:1.27.2
33
EXPOSE 9090
44

55
COPY scripts/start.sh /app/
6-
COPY dist/mikrotik-exporter_linux_arm /app/
6+
COPY dist/mikrotik-exporter_linux_arm /app/mikrotik-exporter
77

88
RUN chmod 755 /app/*
99

0 commit comments

Comments
 (0)