mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2024-11-24 11:37:04 +01:00
Fix docker build to make runnable executable (#39)
This commit is contained in:
parent
4de6b2de0c
commit
543ff20390
@ -3,7 +3,7 @@ FROM alpine:3.6
|
||||
EXPOSE 9436
|
||||
|
||||
COPY scripts/start.sh /app/
|
||||
COPY dist/mikrotik-exporter_linux_amd64 /app/
|
||||
COPY dist/mikrotik-exporter_linux_amd64 /app/mikrotik-exporter
|
||||
|
||||
RUN chmod 755 /app/*
|
||||
|
||||
|
@ -3,7 +3,7 @@ FROM arm32v7/busybox:1.27.2
|
||||
EXPOSE 9090
|
||||
|
||||
COPY scripts/start.sh /app/
|
||||
COPY dist/mikrotik-exporter_linux_arm /app/
|
||||
COPY dist/mikrotik-exporter_linux_arm /app/mikrotik-exporter
|
||||
|
||||
RUN chmod 755 /app/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user