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 ceb1c5c commit 6898896Copy full SHA for 6898896
Observer.Dockerfile
@@ -1,5 +1,6 @@
1
FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:7.0-jammy-arm64v8 AS base
2
WORKDIR /app
3
+ENV ASPNETCORE_URLS=http://+:8000
4
EXPOSE 8000
5
6
FROM mcr.microsoft.com/dotnet/sdk:7.0.102-jammy-amd64 AS build
0 commit comments