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