Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Jan 10, 2025
1 parent b0f754f commit 3b24fb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ RUN BASE_URL=https://github.com/mozilla/geckodriver/releases/download \
tar -xz -C /usr/local/bin

ENV ASPNETCORE_ENVIRONMENT Linux
#=========
# Health Check
#=========
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD dotnet --info || exit 1

0 comments on commit 3b24fb1

Please sign in to comment.