mirror of
https://github.com/moul/sshportal.git
synced 2025-01-11 01:47:46 +08:00
4 lines
145 B
Docker
4 lines
145 B
Docker
FROM occitech/ssh-client
|
|
ENTRYPOINT ["/bin/sh", "-c"]
|
|
CMD ["/integration/_client.sh"]
|
|
COPY . /integration
|