Skip to content

Commit

Permalink
Working on v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdalertdk committed Jun 19, 2024
1 parent 33087e5 commit 3f60ebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ RUN sed -ri -e "s!index index.html index.htm;!index index.html index.htm;\n\tt

EXPOSE 80

HEALTHCHECK --interval=30s --start-period=30s \
CMD curl -k -I -A 'Docker-healthcheck' --fail http://localhost || exit 1
HEALTHCHECK --interval=30s --start-period=30s CMD curl -k -I -A 'Docker-healthcheck' --fail http://localhost || exit 1

0 comments on commit 3f60ebf

Please sign in to comment.