mirror of
https://github.com/moul/sshportal.git
synced 2025-01-11 01:47:46 +08:00
7 lines
232 B
Makefile
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
|