Files
ohif-viewer/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/config/entrypoint.sh
2025-03-07 13:47:44 +07:00

8 lines
129 B
Bash

#!/bin/sh
# Start oauth2-proxy
oauth2-proxy --config=/etc/oauth2-proxy/oauth2-proxy.cfg &
# Start nginx
nginx -g "daemon off;"