linux-on-ibm-z / dockerfile-examples

A collection of examples to show how Dockerfiles could be created and used on Linux on IBM z Systems.
36 stars 62 forks source link

Update Dockerfile #12

Closed yigitpolat closed 3 years ago

yigitpolat commented 3 years ago

I got "/bin/bash: /docker-entrypoint.sh: Permission denied" error. In order to fix it, I have changed the chmod command. Please review.

cwsolee commented 3 years ago

We validated this dockerfile and didn't see any problem, chmod +x is pretty much doing the same thing.