diff options
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] |
