Skip to content

Commit fffaade

Browse files
authored
Merge pull request #25 from zetroot/bugfix/fix-application-port
fixed default port for application +semver: fix
2 parents ceb1c5c + 6898896 commit fffaade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Observer.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/aspnet:7.0-jammy-arm64v8 AS base
22
WORKDIR /app
3+
ENV ASPNETCORE_URLS=http://+:8000
34
EXPOSE 8000
45

56
FROM mcr.microsoft.com/dotnet/sdk:7.0.102-jammy-amd64 AS build

0 commit comments

Comments
 (0)