Skip to content

Commit dd9ac27

Browse files
committed
fixing API connectivity
1 parent 210dba7 commit dd9ac27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docker/API/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN dotnet restore
88
# Build and publish a release
99
RUN dotnet publish -c Release -o out
1010

11-
ENV ASPNETCORE_ENVIRONMENT Production
11+
# ENV ASPNETCORE_ENVIRONMENT Production
1212

1313
# Build runtime image
1414
FROM mcr.microsoft.com/dotnet/aspnet:6.0

Docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ services:
4545
api:
4646
image: ers-api:latest
4747
ports:
48-
- '7204:7204'
48+
- '7204:80'

0 commit comments

Comments
 (0)