diff --git a/Dockerfile b/Dockerfile index 09e905e..4e3ec4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY --from=build-env /app/out . ENV ASPNETCORE_URLS=http://+:80 EXPOSE 80 -ENTRYPOINT ["dotnet", "tv7playlist.dll"] +ENTRYPOINT ["dotnet", "Tv7Playlist.dll"] diff --git a/Views/Home/Privacy.cshtml b/Views/Home/Privacy.cshtml deleted file mode 100644 index 2479fb7..0000000 --- a/Views/Home/Privacy.cshtml +++ /dev/null @@ -1,6 +0,0 @@ -@{ - ViewData["Title"] = "Privacy Policy"; -} -
Use this page to detail your site's privacy policy.
diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml index ed7b7d6..f7d8c90 100644 --- a/Views/Shared/_Layout.cshtml +++ b/Views/Shared/_Layout.cshtml @@ -1,77 +1,61 @@ - - + +