From 0d2d9b682bbe6855f750dc451d7fe5e676dc2c4f Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 28 Jul 2025 23:30:36 -0700 Subject: Adds static --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2d73b0a..1c4aa9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,5 +60,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh RUN mkdir /run/sock RUN chown -R www-data:www-data /run/sock +COPY static /var/www/html/cgit/static + EXPOSE 80 ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/entrypoint.sh"] -- cgit v1.2.3-70-g09d2