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 ac51191 commit 33087e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ COPY --from=build /build /usr/share/nginx/html/
RUN sed -ri -e "s!index index.html index.htm;!index index.html index.htm;\n\ttry_files \$uri /index.html;!g" /etc/nginx/conf.d/*.conf

EXPOSE 80

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

0 comments on commit 33087e5

Please sign in to comment.