1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-02 22:18:29 +01:00
harbor/make/photon/chartserver/docker-entrypoint.sh
DQ d0ed075b91 Change chartmuseum container to non-root
Signed-off-by: DQ <dengq@vmware.com>
2019-11-04 11:36:39 +08:00

11 lines
103 B
Bash

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