Try adding this to your Dockerfile, right before the CMD
line:
chmod +x /app/bin/*
That error can either mean the file is missing entirely or that the file isn’t marked as executable.
Try adding this to your Dockerfile, right before the CMD
line:
chmod +x /app/bin/*
That error can either mean the file is missing entirely or that the file isn’t marked as executable.