kopia lustrzana https://github.com/jupyterhub/repo2docker
Merge pull request #400 from giovannipizzi/fix-399
Fix relative location of the start scriptpull/410/head
commit
9fb2a40a2b
|
@ -543,7 +543,7 @@ class BaseImage(BuildPack):
|
|||
return []
|
||||
|
||||
def get_start_script(self):
|
||||
start = self.binder_path('start')
|
||||
start = self.binder_path('./start')
|
||||
if os.path.exists(start):
|
||||
return start
|
||||
return None
|
||||
|
|
Ładowanie…
Reference in New Issue