diff service/mqtt_to_rdf/Dockerfile @ 1706:2085ed9cfcc4

reworking UI to reflect the new inferencing code
author drewp@bigasterisk.com
date Sat, 23 Oct 2021 13:22:40 -0700
parents 8f7f7ca65ed4
children 8d2c75a93d82
line wrap: on
line diff
--- a/service/mqtt_to_rdf/Dockerfile	Sat Oct 23 13:21:06 2021 -0700
+++ b/service/mqtt_to_rdf/Dockerfile	Sat Oct 23 13:22:40 2021 -0700
@@ -14,6 +14,6 @@
 COPY src/ ./src
 RUN pnpm build
 
-COPY *.py *.html ./
+COPY *.py index.html ./
 
 CMD [ "python3", "./mqtt_to_rdf.py", "-v", "--cs=rules" ]