master
Dorian HODIN 2 years ago
parent fc8ac97a9e
commit 20526f5f6a

Binary file not shown.

@ -8,6 +8,6 @@
@if (Item != null) @if (Item != null)
{ {
@Item.DisplayName <img src="data:image/png;base64, @(Item.ImageBase64)" class="img-thumbnail" title="@Item.DisplayName" alt="@Item.DisplayName" style="min-width: 50px; max-width: 150px" />
} }
</div> </div>

@ -9,7 +9,7 @@ COPY ["nuget.config", "."]
COPY ["ProjetBlazor/ProjetBlazor.csproj", "ProjetBlazor/"] COPY ["ProjetBlazor/ProjetBlazor.csproj", "ProjetBlazor/"]
RUN dotnet restore "ProjetBlazor/ProjetBlazor.csproj" RUN dotnet restore "ProjetBlazor/ProjetBlazor.csproj"
COPY . . COPY . .
WORKDIR "/src/ProjetBlazor" WORKDIR "/Code/ProjetBlazor"
RUN dotnet build "ProjetBlazor.csproj" -c Release -o /app/build RUN dotnet build "ProjetBlazor.csproj" -c Release -o /app/build
FROM build AS publish FROM build AS publish

@ -16,7 +16,8 @@
"Blazorise.Icons.FontAwesome": "1.1.4.1", "Blazorise.Icons.FontAwesome": "1.1.4.1",
"Blazorise.Snackbar": "1.1.4.1", "Blazorise.Snackbar": "1.1.4.1",
"Microsoft.Extensions.Localization": "7.0.0", "Microsoft.Extensions.Localization": "7.0.0",
"Microsoft.Extensions.Logging.Configuration": "7.0.0" "Microsoft.Extensions.Logging.Configuration": "7.0.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.17.0"
}, },
"runtime": { "runtime": {
"ProjetBlazor.dll": {} "ProjetBlazor.dll": {}
@ -368,6 +369,7 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.17.0": {},
"System.IO.Pipelines/6.0.3": { "System.IO.Pipelines/6.0.3": {
"runtime": { "runtime": {
"lib/net6.0/System.IO.Pipelines.dll": { "lib/net6.0/System.IO.Pipelines.dll": {
@ -588,6 +590,13 @@
"path": "microsoft.jsinterop.webassembly/6.0.3", "path": "microsoft.jsinterop.webassembly/6.0.3",
"hashPath": "microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512" "hashPath": "microsoft.jsinterop.webassembly.6.0.3.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.17.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gfDtAL1WhkjbRdbZlt/ZeQYCbgRpNCZCGj+yeqHObsNFRDHjq8qZJOX9AyTxJpSRYMi9SJk7JDyAbbVYRgEhAA==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.17.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.17.0.nupkg.sha512"
},
"System.IO.Pipelines/6.0.3": { "System.IO.Pipelines/6.0.3": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save