Skip to content

Commit 281a9fb

Browse files
committed
Fix dockerfile exposed port
1 parent a1953d6 commit 281a9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ WORKDIR /app
88
COPY --from=build /app/publish .
99
RUN apt-get update -y && apt-get install -y curl
1010
HEALTHCHECK --interval=5s --timeout=3s CMD curl --fail http://localhost:80/api/health || exit 1
11-
EXPOSE 80
11+
EXPOSE 8080
1212
ENTRYPOINT ["dotnet", "ElevationWebApi.dll"]

0 commit comments

Comments
 (0)