ppazos / cabolabs-ehrserver

Open platform to manage and share standardized clinical data, designed by @ppazos at CaboLabs Health Informatics.
https://cabolabs.com
Apache License 2.0
179 stars 110 forks source link

‘/app/docker-entrypoint.sh’: No such file or directory #933

Closed romulobusatto closed 6 years ago

romulobusatto commented 6 years ago

Error when I execute the command: docker build -t ehrserver .

Has anyone ever had it?

Step 13/15 : RUN chmod +x /app/docker-entrypoint.sh ---> Running in d417539edae5 chmod: cannot access ‘/app/docker-entrypoint.sh’: No such file or directory The command '/bin/sh -c chmod +x /app/docker-entrypoint.sh' returned a non-zero code: 1

ppazos commented 6 years ago

@romulobusatto did you find a solution? We are not currently using docker, the docker files were provided by a user in the community, you can check the history of them to see who, maybe he can answer your questions. Thanks!

robdyke commented 5 years ago

@ppazos @romulobusatto I got the cabolabs-ehrserver running in Docker recently. I am in the process of updating the Dockerfile and Docker.md information and adding docker-compose.yml and will submit a PR.

selection_005