diff --git a/entrypoint.sh b/entrypoint.sh index 58402cf3..e23d9de9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -43,6 +43,10 @@ if [[ ${1:-} = start ]]; then < "$DOORBELL_ASSET_PATH"/nginx.template.conf \ > "$DOORBELL_RUNTIME_PATH"/nginx.conf + find "$DOORBELL_RUNTIME_PATH" \ + -type s \ + -delete + echo "Starting up..." exec nginx \ -p "$DOORBELL_RUNTIME_PATH" \