diff service/rdf_to_mqtt/Dockerfile @ 739:03bad43bbcb3

more renaming, build updates Ignore-this: 94a0df55a1d8a74d90ec84bb7351d3ef
author drewp@bigasterisk.com
date Mon, 10 Feb 2020 23:56:42 -0800
parents fdddbdaf07b5
children 78f699077ff5
line wrap: on
line diff
--- a/service/rdf_to_mqtt/Dockerfile	Mon Feb 10 00:03:38 2020 -0800
+++ b/service/rdf_to_mqtt/Dockerfile	Mon Feb 10 23:56:42 2020 -0800
@@ -10,4 +10,4 @@
 
 EXPOSE 10011:10011
 
-CMD [ "python3", "./mqtt_graph_bridge.py" ]
+CMD [ "python3", "./rdf_to_mqtt.py" ]