1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
Files
opcua-asyncio/Dockerfile
2019-11-26 09:36:44 +01:00

6 lines
55 B
Docker

FROM python:3.8
RUN pip install asyncua
CMD uaserver