We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71366a6 commit 00038ffCopy full SHA for 00038ff
Dockerfile
@@ -7,7 +7,7 @@ RUN dotnet restore LocalTest.csproj
7
COPY ./src .
8
RUN dotnet publish LocalTest.csproj -c Release -o /app_output
9
10
-FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:0389d5b7d60f75ebbeec3bfffd2ad0a06d234e7b998231a5a86abf5e919a7d01 AS final
+FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine@sha256:503fd45ad9765c13bdc09bd715cf78b2c0a9bea397fde120a4c5ec496dc6b1db AS final
11
ENV ASPNETCORE_URLS=http://*:5101/
12
EXPOSE 5101
13
# Create the storage folder if it isn't mapped to a volume runtime
0 commit comments