Hi, I'm using your latest Dockerfile and the docker-entrypoint.sh file, however I getting the following error when I then try to run the container.
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "docker-entrypoint.sh": executable file not found in $PATH: unknown.
ERRO[0000] error waiting for container: context canceled
I need to manually build since you don' currently provide a linux-arm image.
I tested this on OSX too and got the same error.