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