Skip to content

Commit

Permalink
fix unhealthy status
Browse files Browse the repository at this point in the history
  • Loading branch information
sffxzzp committed Jan 7, 2024
1 parent 4c76a7c commit 4fe7493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ WORKDIR /app
COPY Caddyfile /app/
COPY entrypoint.sh /app/

HEALTHCHECK CMD ["pidof", "-q", "dotnet"]
ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]
HEALTHCHECK CMD ["pidof", "-q", "ArchiSteamFarm"]
ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]

0 comments on commit 4fe7493

Please sign in to comment.