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 a1953d6 commit 281a9fbCopy full SHA for 281a9fb
Dockerfile
@@ -8,5 +8,5 @@ WORKDIR /app
8
COPY --from=build /app/publish .
9
RUN apt-get update -y && apt-get install -y curl
10
HEALTHCHECK --interval=5s --timeout=3s CMD curl --fail http://localhost:80/api/health || exit 1
11
-EXPOSE 80
+EXPOSE 8080
12
ENTRYPOINT ["dotnet", "ElevationWebApi.dll"]
0 commit comments