harbor/make/photon/chartserver/docker-entrypoint.sh

11 lines
103 B
Bash
Raw Normal View History

#!/bin/bash
set -e
/home/chart/install_cert.sh
#Start the server process
/home/chart/chartm
set +e