comparison 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
comparison
equal deleted inserted replaced
1705:250f4c27d56f 1706:2085ed9cfcc4
12 12
13 COPY tsconfig.json rollup.config.js ./ 13 COPY tsconfig.json rollup.config.js ./
14 COPY src/ ./src 14 COPY src/ ./src
15 RUN pnpm build 15 RUN pnpm build
16 16
17 COPY *.py *.html ./ 17 COPY *.py index.html ./
18 18
19 CMD [ "python3", "./mqtt_to_rdf.py", "-v", "--cs=rules" ] 19 CMD [ "python3", "./mqtt_to_rdf.py", "-v", "--cs=rules" ]