11
0

Use simplified interfaces

This commit is contained in:
2021-10-18 17:03:28 +03:00
parent 0497d33f44
commit cfc4959796
4 changed files with 31 additions and 42 deletions

View File

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