sshportal/examples/integration/Makefile
2018-01-01 11:05:05 +01:00

7 lines
232 B
Makefile

run:
docker-compose down
docker-compose up -d sshportal
docker-compose build client
docker-compose exec sshportal /bin/sshportal healthcheck --wait --quiet
docker-compose run client /integration/_client.sh
docker-compose down