Skip to content

Don't copy in the config - define a volume instead #7

@dantownsend

Description

@dantownsend

At the moment the Dockerfile copies in the config file:

COPY ./config.yaml /code/config.yaml

But what we want is for the user to define their own config file.

We can define a VOLUME which tells the user where we expect the config file to be:

VOLUME /config

When the container starts, if no config file is found, we just default to showing all tables, or raise an error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions