mirror of
https://github.com/nikdoof/aaisp-chaos.git
synced 2025-12-13 06:42:16 +00:00
Added dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine
|
||||
|
||||
COPY cmd/aaisp_exporter/aaisp_exporter /usr/local/bin/aaisp_exporter
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/aaisp_exporter"]
|
||||
Reference in New Issue
Block a user