sshportal/examples/integration/Makefile
2019-06-24 10:25:04 +02:00

11 lines
262 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
build:
docker-compose build