Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonmhitegtc opened this issue Aug 27, 2024 · 0 comments

Comments

@jasonmhitegtc
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant