Skip to content

docker-entrypoint.sh didn't copy the config file #49

@winstonma

Description

@winstonma

In docker-entrypoint.sh there is line that place the config file before the MagicMirror starts

if [ ! "$(ls -A /opt/magic_mirror/config)" ]; then
    cp /opt/magic_mirror/mm-docker-config.js /opt/magic_mirror/config/config.js
fi

But when the docker image is built config.js didn't appear. Therefore I guess the docker-entrypoint.sh didn't work as intended.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions