python imports hell

This commit is contained in:
2025-08-08 02:35:16 +03:00
parent abffe7c594
commit 5afee284b7
5 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
FROM harbor.k-space.ee/k-space/microservice-base
RUN pip3 install httpx
FROM harbor.k-space.ee/k-space/microservice-base:latest
WORKDIR /app
COPY app /app
CMD /app/doorboy-proxy.py
CMD ["python3", "/app/doorboy-proxy.py"]