From 4cde5dedcf35f2d5850ce0479f25d29bac74daf7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 30 Nov 2025 16:17:37 -0800 Subject: Add healthcheck cmd. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 669d15c..c310452 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,4 +64,5 @@ RUN chown -R www-data:www-data /run/sock COPY static /var/www/html/cgit/static EXPOSE 80 +HEALTHCHECK CMD ["curl", "http://localhost:80"] ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/entrypoint.sh"] -- cgit v1.2.3-70-g09d2