This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
kdoorpi/Dockerfile

5 lines
134 B
Docker
Raw Normal View History

2022-12-17 14:02:54 +00:00
FROM harbor.k-space.ee/k-space/microservice-base
2022-12-22 12:48:17 +00:00
RUN pip3 install pigpio
2022-12-17 14:02:54 +00:00
ADD kdoorpi /kdoorpi
ENTRYPOINT ["python3", "-m", "kdoorpi"]