FROM harbor.k-space.ee/k-space/microservice-base:latest WORKDIR /app COPY app /app CMD ["python3", "/app/doorboy-proxy.py"]