Skip to content

Commit

Permalink
Fix docker health check
Browse files Browse the repository at this point in the history
  • Loading branch information
Seji64 committed Apr 17, 2024
1 parent c89ba55 commit e603caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RUN apt update && \
ln -s /usr/lib/x86_64-linux-gnu/liblber-2.5.so.0 /usr/lib/liblber.so.2 && \
pip3 install dpapi-ng[kerberos] --break-system-packages
COPY --from=publish /app/publish .
HEALTHCHECK CMD curl --fail http://localhost/healthz || exit
HEALTHCHECK CMD curl --fail http://localhost:8080/healthz || exit
USER app
ENTRYPOINT ["dotnet", "LAPS-WebUI.dll"]

0 comments on commit e603caf

Please sign in to comment.