diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 253940f..cb91a85 100755 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -28,7 +28,9 @@ applyPatch() { } postEntrypoint() { + ls -al if [ -n "$POST" ] && [ -x post-entrypoint.sh ] ; then + echo "EXECUTING POSTENTRY" ./post-entrypoint.sh fi }