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 5b35b03 commit 75df309Copy full SHA for 75df309
ArmaforcesMissionBot/Dockerfile
@@ -21,8 +21,8 @@ RUN dotnet publish "ArmaforcesMissionBot.csproj" -c Release -o /app/publish
21
FROM base AS final
22
23
HEALTHCHECK --start-period=30s \
24
- CMD curl --fail http://localhost:5555/health || exit 1
+ CMD curl --fail http://localhost:80/health || exit 1
25
26
WORKDIR /app
27
COPY --from=publish /app/publish .
28
-ENTRYPOINT ["dotnet", "ArmaforcesMissionBot.dll"]
+ENTRYPOINT ["dotnet", "ArmaforcesMissionBot.dll"]
0 commit comments