Add Drone config
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-12-17 16:02:54 +02:00
parent ef67faf6f8
commit b6b02ab926
2 changed files with 5 additions and 0 deletions

2
.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: docker-multiarch.yaml

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM harbor.k-space.ee/k-space/microservice-base
ADD kdoorpi /kdoorpi
ENTRYPOINT ["python3", "-m", "kdoorpi"]