aboutsummaryrefslogtreecommitdiff
path: root/mosquitto/dockerfile
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-10-28 17:44:13 -0500
committerBlaise Thompson <blaise@untzag.com>2020-10-28 17:44:13 -0500
commitd3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch)
tree68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /mosquitto/dockerfile
parente099ed460a4e0be3ff99b684e537b9678cf3f449 (diff)
initial working docker-compose
Diffstat (limited to 'mosquitto/dockerfile')
-rw-r--r--mosquitto/dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mosquitto/dockerfile b/mosquitto/dockerfile
new file mode 100644
index 0000000..272a884
--- /dev/null
+++ b/mosquitto/dockerfile
@@ -0,0 +1,2 @@
+FROM eclipse-mosquitto
+COPY . /mosquitto/config/ \ No newline at end of file