Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Mar 7, 2024
1 parent 7c4d8d1 commit 87bf20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ COPY healthcheck.sh /usr/local/bin/healthcheck.sh
RUN chmod +x /usr/local/bin/healthcheck.sh

# Healthcheck configuration
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD /usr/local/bin/healthcheck.sh
HEALTHCHECK --interval=30s --timeout=60s --start-period=30s --retries=3 CMD /usr/local/bin/healthcheck.sh

# Set the working directory
WORKDIR /app
Expand Down

0 comments on commit 87bf20c

Please sign in to comment.