How do I link a featured photo to it’s post?

Use

<?php the_permalink(); ?>

to get the link to the current post. Essentially replace whatever the href property of the image link is right now so it looks similar to :

<a class="post-thumbnail" href="https://wordpress.stackexchange.com/questions/329185/<?php the_permalink(); ?>" >