mirror of
https://github.com/FreeOpcUa/opcua-asyncio
synced 2025-10-29 17:07:18 +08:00
6 lines
55 B
Docker
6 lines
55 B
Docker
FROM python:3.8
|
|
|
|
RUN pip install asyncua
|
|
|
|
CMD uaserver
|