Skip to content

Commit 75df309

Browse files
authored
Update healthcheck port
1 parent 5b35b03 commit 75df309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ArmaforcesMissionBot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN dotnet publish "ArmaforcesMissionBot.csproj" -c Release -o /app/publish
2121
FROM base AS final
2222

2323
HEALTHCHECK --start-period=30s \
24-
CMD curl --fail http://localhost:5555/health || exit 1
24+
CMD curl --fail http://localhost:80/health || exit 1
2525

2626
WORKDIR /app
2727
COPY --from=publish /app/publish .
28-
ENTRYPOINT ["dotnet", "ArmaforcesMissionBot.dll"]
28+
ENTRYPOINT ["dotnet", "ArmaforcesMissionBot.dll"]

0 commit comments

Comments
 (0)