We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210dba7 commit dd9ac27Copy full SHA for dd9ac27
Docker/API/Dockerfile
@@ -8,7 +8,7 @@ RUN dotnet restore
8
# Build and publish a release
9
RUN dotnet publish -c Release -o out
10
11
-ENV ASPNETCORE_ENVIRONMENT Production
+# ENV ASPNETCORE_ENVIRONMENT Production
12
13
# Build runtime image
14
FROM mcr.microsoft.com/dotnet/aspnet:6.0
Docker/docker-compose.yml
@@ -45,4 +45,4 @@ services:
45
api:
46
image: ers-api:latest
47
ports:
48
- - '7204:7204'
+ - '7204:80'
0 commit comments