Exemplo n.º 1
0
 def add_to_entrypoint(cmd):
     """Add command `cmd` to container entrypoint file."""
     return _indent("RUN " + _add_to_entrypoint(cmd))
Exemplo n.º 2
0
 def add_to_entrypoint(self, cmd):
     self._singobj._post.append(_add_to_entrypoint(cmd))