annotate service/rdf_to_mqtt/Dockerfile @ 1732:3f4b447d65f5

port to starlette/asyncio
author drewp@bigasterisk.com
date Mon, 10 Jul 2023 17:37:58 -0700
parents acf58b83022f
children 09df2b4b886f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1732
3f4b447d65f5 port to starlette/asyncio
drewp@bigasterisk.com
parents: 778
diff changeset
1 FROM bang5:5000/base_basic
373
2158e7ad19b1 receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp@bigasterisk.com
parents:
diff changeset
2
2158e7ad19b1 receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp@bigasterisk.com
parents:
diff changeset
3 WORKDIR /opt
2158e7ad19b1 receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp@bigasterisk.com
parents:
diff changeset
4
1732
3f4b447d65f5 port to starlette/asyncio
drewp@bigasterisk.com
parents: 778
diff changeset
5 COPY pdm.lock pyproject.toml ./
3f4b447d65f5 port to starlette/asyncio
drewp@bigasterisk.com
parents: 778
diff changeset
6 RUN pdm sync
373
2158e7ad19b1 receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp@bigasterisk.com
parents:
diff changeset
7
761
78f699077ff5 more theater output controls
drewp@bigasterisk.com
parents: 739
diff changeset
8 COPY *.py *.html *.js ./
373
2158e7ad19b1 receive oneshot updates from reasoning; emit commands on MQTT to control H801 wifi dimmer
drewp@bigasterisk.com
parents:
diff changeset
9