diff service/mqtt_to_rdf/Dockerfile @ 733:9ca69f2be87b

more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page Ignore-this: 85e2ab49915e44b08219e537fab21870
author drewp@bigasterisk.com
date Sat, 08 Feb 2020 04:02:22 -0800
parents fdddbdaf07b5
children c8763fc21a42
line wrap: on
line diff
--- a/service/mqtt_to_rdf/Dockerfile	Thu Feb 06 16:36:35 2020 -0800
+++ b/service/mqtt_to_rdf/Dockerfile	Sat Feb 08 04:02:22 2020 -0800
@@ -7,7 +7,8 @@
 RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip?v3'
 
 COPY *.py *.html *.css *.js *.n3 ./
+COPY build/bundle.js build/
 
 EXPOSE 10018:10018
 
-CMD [ "python3", "./rdf_from_mqtt.py" ]
+CMD [ "python3", "./mqtt_to_rdf.py" ]