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