mirror of
https://github.com/moul/sshportal.git
synced 2024-11-14 20:24:52 +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
|