summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]