Closed danakim closed 9 months ago
This should work. I see that the entrypoint.sh scripts are not chmodded with an execute bit. Have you tested them that they work without explicit chmod?
@quartje - it should work! Tested it. But just to make sure, I added an explicit chmod +x in all Dockerfiles, check my latest commit.
@quartje fixed your latest request in the latest commit. Apache won't have write rights to the files / application directory. Only to the ones it needs: cache, logs and runtime (pid).
@quartje - to answer your latest requests:
set
command. But one note: set -e
actually tells bash to exit immediately on any error. Basically the opposite of what you want. The command we want is set +e
and I have added in the last commit.
@quartje - my latest commit brings in all the changes we discussed today and in your comment above. Basically we have more standard entrypoint name and path and for Shibboleth we have an extra script, used in CMD.