Tell wordpress to show a single page instead of an archive page

To show single page for your Custom Post Type you can use single-post-type.php file where you need to add your post type name after single- and use a query on this file. WordPress will use this file to show a single page of your CPT.