Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
set static_files in config.toml
deploy supabase edge function --use-docker
terminal will say
WARNING: Docker is not running
if docker is not running
the function deployed does not have the static files.
if docker is runnign it will have them
Expected behavior
either throw if static_files is set and docker is not running or support static_files in non docker mode