Solved
In the Dockerfile check if in the Entrypoint you start some script.
If you start these script be sure that the first line is: #!/bin/sh
Instead of: #!/bin/bash
A greeting.
Share and learn in the Docker community.
Solved
In the Dockerfile check if in the Entrypoint you start some script.
If you start these script be sure that the first line is: #!/bin/sh
Instead of: #!/bin/bash
A greeting.