11
0

Use forked aio_api_ros library

This commit is contained in:
2021-07-02 09:01:24 +03:00
parent e030f5c9a0
commit c88d0bbc69
2 changed files with 11 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
FROM python:3
RUN pip install aio_api_ros aiostream sanic
RUN pip install aiostream sanic git+https://github.com/laurivosandi/aio_api_ros
ADD mikrotik.py /mikrotik.py
ENTRYPOINT /mikrotik.py
EXPOSE 3001