Matrix: orginize code
diff --git a/apps/matrix/capture-config/Dockerfile b/apps/matrix/capture-config/Dockerfile
new file mode 100644
index 0000000..87f358c
--- /dev/null
+++ b/apps/matrix/capture-config/Dockerfile
@@ -0,0 +1,4 @@
+FROM alpine:latest
+
+COPY capture-config /usr/bin
+RUN chmod +x /usr/bin/capture-config