Update README.md

This commit is contained in:
Fifo F. 2024-07-23 06:53:16 +00:00
parent 36292f477d
commit 6a8f4a5015

View file

@ -3,7 +3,7 @@
# Overleaf Docker images with full TeX Live pre-installed
This repository contains a GitLab CI pipeline that automatically pulls the latest Overleaf Docker image, installs a complete copy of TeX Live 2024 on top of it, then pushes the resulting modified image to GitLabs [container registry](https://git.fifo-f.eu/tex-projects/docker-images/container_registry). To use Overleaf with the custom image, edit the `OVERLEAF_IMAGE_NAME` variable in `config/overleaf.rc`:
> ```diff
> - OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
> + OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full
> ```
```diff
- OVERLEAF_IMAGE_NAME=sharelatex/sharelatex
+ OVERLEAF_IMAGE_NAME=registry.fifo-f.eu/tex-projects/docker-images/sharelatex-with-texlive-full
```