Fix: added /run to mounted dirs (builder)

master 3.7.2.7
idziubenko 2 years ago
parent 2747fe8077
commit 8936df0cf5

@ -644,6 +644,10 @@ class DirectoryDistributive(Distributive):
'type': 'bind',
'target': 'var/calculate/remote',
'source': '/var/calculate/remote'},
{'name': 'run',
'type': 'bind',
'target': 'run/',
'source': '/run'},
]
def __init__(self, directory, parent=None, mdirectory=None):

Loading…
Cancel
Save