def entrypoint(command)
      requires_from!(:entrypoint)
      log_step('entrypoint', command)

      command = ['/bin/sh', '-c', command.to_s] unless command.is_a?(Array)