squash merge from dev branch
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.6
|
||||
|
||||
EXPOSE 9090
|
||||
|
||||
COPY scripts/start.sh /app/
|
||||
COPY mikrotik-exporter /app/
|
||||
|
||||
RUN chmod 755 /app/*
|
||||
|
||||
ENTRYPOINT ["/app/start.sh"]
|
||||
Reference in New Issue
Block a user