I'm trying to build a docker image that has the openjdk:8-alpine as base.
The problem is when I try to execute a script.sh, returning me the following message:
/bin/sh: bin/script.sh: not found
The script.sh is in the bin/ folder correctly, that's why I don't know what's the problem.
Anyone have any idea?
Thank you.