Skip to content

static_files ignored when deploying without docker #4554

@tonxxd

Description

@tonxxd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions