Newer
Older
wg-portal / scripts / docker-healthcheck.sh
@Christoph Haas Christoph Haas on 6 Nov 2020 94 bytes initial commit
#!/bin/bash

set -e

goss -g /app/goss/pbserv/goss.yaml validate --format json_oneline

exit 0