11
0

Add Drone config
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-05-03 19:10:11 +03:00
parent cf4d81d148
commit 495027ebef
3 changed files with 4 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
FROM python:3
RUN pip install aiostream sanic
FROM harbor.k-space.ee/k-space/microservice-base
RUN pip install aiostream
ADD aio_api_ros /aio_api_ros
WORKDIR /aio_api_ros
RUN pip install .