File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ WORKDIR /app
77EXPOSE 8080
88EXPOSE 8081
99
10-
1110# This stage is used to build the service project
1211FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
1312ARG BUILD_CONFIGURATION=Release
Original file line number Diff line number Diff line change 44 <meta charset =" utf-8" />
55 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" />
66 <title >@ViewData ["Title"] - GitHub Organization Management</title >
7- <link rel =" stylesheet" href =" ~/lib/bootstrap/dist/ css/bootstrap.min.css" />
7+ <link rel =" stylesheet" href =" ~/lib/bootstrap/css/bootstrap.min.css" />
88 <link rel =" stylesheet" href =" ~/css/site.css" asp-append-version =" true" />
99 <link rel =" stylesheet" href =" ~/Web.styles.css" asp-append-version =" true" />
1010</head >
4949 </div >
5050 </footer >
5151
52- <script src =" ~/lib/jquery/dist/ jquery.min.js" ></script >
53- <script src =" ~/lib/bootstrap/dist/ js/bootstrap.bundle.min.js" ></script >
52+ <script src =" ~/lib/jquery/jquery.min.js" ></script >
53+ <script src =" ~/lib/bootstrap/js/bootstrap.bundle.min.js" ></script >
5454 <script src =" ~/js/site.js" asp-append-version =" true" ></script >
5555
5656 @await RenderSectionAsync("Scripts", required: false)
You can’t perform that action at this time.
0 commit comments