mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 23:02:16 +00:00
8 lines
141 B
Docker
8 lines
141 B
Docker
FROM alpine
|
|
|
|
COPY cmd/aaisp_exporter/aaisp_exporter /usr/local/bin/aaisp_exporter
|
|
|
|
EXPOSE 8080
|
|
|
|
ENTRYPOINT ["/usr/local/bin/aaisp_exporter"]
|