Hi,
You can simply use Transform.forward and multiply it for the distance you want to achieve, then use SetRelative. For example, this will send your rocket forward for 5 units in 2 seconds, depending on its rotation.
transform.DOMove(transform.forward * 5, 2).SetRelative();