lovespeech/nginx/docker-entrypoint.d/00-handle-bind-mounts.sh

5 lines
94 B
Bash

#!/bin/bash
set -x
mountpoint /mnt/ssl.d &&
cp /mnt/ssl.d/*pem /etc/nginx/ssl.d/ || true