Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/Dockerfile @ 1533:a598d2141587
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
darcs-hash:f2d312ec10bb4a33c501a24bd7d11a1f35673f25
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | 7cc7700302c2 |
children | 56188eac38b5 |
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" ]