5 lines
145 B
Docker
5 lines
145 B
Docker
FROM occitech/ssh-client
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/integration/_client.sh"]
|
|
COPY . /integration
|