Skip to content

Docker compose fails, exec /home/freetak/docker-run.sh: no such file or directoryΒ #734

@jasonmhitegtc

Description

@jasonmhitegtc

I wanted to try running FTS with the included docker compose example. Following the basic procedure:

  1. Clone this repo.
  2. cd into it.
  3. Run docker compose build to build the image.
  4. Run docker compose up to start it (I haven't changed any of the embedded config options, just playing with getting it working first).

The build step works (as does directly calling docker build .). However, on running docker compose up, the container fails to start with the error message in the title -- it can't find the entrypoint script. I can see in the Dockerfile where it's supposed to be copying that file into the container, but I'm guessing something is off.

Thanks!

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