4 lines
99 B
Docker
4 lines
99 B
Docker
FROM harbor.k-space.ee/k-space/microservice-base
|
|
ADD bind-sidecar.py /
|
|
ENTRYPOINT /bind-sidecar.py
|