mirror of
https://github.com/moul/sshportal.git
synced 2024-11-15 12:46:17 +08:00
5 lines
145 B
Text
5 lines
145 B
Text
|
FROM occitech/ssh-client
|
||
|
COPY . /integration
|
||
|
ENTRYPOINT ["/bin/sh", "-c"]
|
||
|
CMD ["/integration/_client.sh"]
|