mirror of
https://github.com/valentincanonical/eShopOnWeb-chisel-demo.git
synced 2026-08-23 20:46:13 +00:00
switch to Canonical images
as Globalization is required by SqlClient
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0-jammy-chiseled AS base
|
||||
FROM docker.io/ubuntu/dotnet-aspnet:6.0-22.04_edge AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 8080
|
||||
EXPOSE 4043
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ RUN dotnet restore
|
||||
|
||||
RUN dotnet publish -c Release -o out
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/nightly/aspnet:6.0-jammy-chiseled AS runtime
|
||||
FROM docker.io/ubuntu/dotnet-aspnet:6.0-22.04_edge AS runtime
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/src/Web/out ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user