kopia lustrzana https://github.com/jupyterhub/repo2docker
chmod start script from repo2docker-entrypoint
rodzic
bbc3ee02c0
commit
057c837a75
|
@ -3,6 +3,7 @@
|
||||||
# we use a login shell to get a fully configured shell environment
|
# we use a login shell to get a fully configured shell environment
|
||||||
# (e.g. sourcing /etc/profile.d, ~/.bashrc, and friends)
|
# (e.g. sourcing /etc/profile.d, ~/.bashrc, and friends)
|
||||||
if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
|
if [[ ! -z "${R2D_ENTRYPOINT:-}" ]]; then
|
||||||
|
chmod u+x "$R2D_ENTRYPOINT"
|
||||||
exec "$R2D_ENTRYPOINT" "$@"
|
exec "$R2D_ENTRYPOINT" "$@"
|
||||||
else
|
else
|
||||||
exec "$@"
|
exec "$@"
|
||||||
|
|
Ładowanie…
Reference in New Issue