ohif-viewer/platform/app/.recipes/Nginx-Dcm4chee-Keycloak/config/entrypoint.sh
2024-07-09 14:33:37 -04: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;"