Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/Dockerfile @ 1689:8f7f7ca65ed4
don't deploy config files; mount them in so i can edit
author | drewp@bigasterisk.com |
---|---|
date | Mon, 27 Sep 2021 23:19:53 -0700 |
parents | b0608eb6e90c |
children | 2085ed9cfcc4 |
line wrap: on
line diff
--- a/service/mqtt_to_rdf/Dockerfile Mon Sep 27 23:18:49 2021 -0700 +++ b/service/mqtt_to_rdf/Dockerfile Mon Sep 27 23:19:53 2021 -0700 @@ -15,6 +15,5 @@ RUN pnpm build COPY *.py *.html ./ -COPY conf/ ./conf -CMD [ "python3", "./mqtt_to_rdf.py", "-v" ] +CMD [ "python3", "./mqtt_to_rdf.py", "-v", "--cs=rules" ]