#2024-03-01T16:08:54.761577365Z [FATAL tini (6)] exec docker failed: No such file or directory Error
7 messages · Page 1 of 1 (latest)
yeah container start command is like /start.sh.
basically overrides the CMD of your docker image.
You already added port 8081 but not 8085, and your image already has start.sh so remove the docker start command, and leave it empty.
Thanks, guys, i adjusted the ports and removed the docker run script, still getting the same error. Do you have any other idea what can cause this? @cobalt dust
Did you build your image on a Mac?
Nope, it's ubuntu