python imports hell
This commit is contained in:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user