Files
ohif-viewer/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/config/entrypoint.sh
2025-05-27 11:05:07 +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;"