mirror of
https://github.com/moul/sshportal.git
synced 2024-11-15 04:36:51 +08:00
10 lines
262 B
Makefile
10 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
|