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"; -} -

@ViewData["Title"]

- -

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 @@  - - + + @ViewData["Title"] - Tv7Playlist - + - + - + -
- -
-
- -
- @RenderBody() -
-
- - + + +
+ +
+ @RenderBody() +
+
- - - - - - - - - + + + + + + + + + + + + +@RenderSection("Scripts", false) - @RenderSection("Scripts", required: false) - + \ No newline at end of file diff --git a/Views/Shared/_ValidationScriptsPartial.cshtml b/Views/Shared/_ValidationScriptsPartial.cshtml index cb4d75c..733d3e4 100644 --- a/Views/Shared/_ValidationScriptsPartial.cshtml +++ b/Views/Shared/_ValidationScriptsPartial.cshtml @@ -3,16 +3,6 @@ - - + +