diff --git a/Dockerfile b/Dockerfile
index 7213b5985c74a5e9a56dda9b231bb71fcc788d17..ff91c80d38cb9312e0658be9b177f17be1c61370 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,3 +3,7 @@ ADD requirements.txt /requirements.txt
 RUN apt-get update -y \
  && apt-get install -y -qq graphviz sshpass openssh-client rsync \
  && pip install -r requirements.txt
+WORKDIR /app
+ADD . /app
+EXPOSE 8000
+CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]
\ No newline at end of file
diff --git a/Latex/README.md b/Latex/README.md
index b848892b9727e621be7ae72874df71f6f956b00e..69a42d7e9f4b49f94f3fa38b4dd278391348337d 100644
--- a/Latex/README.md
+++ b/Latex/README.md
@@ -14,6 +14,13 @@ What you need to get started:
 
 [Advanced Guide to writing scientific papers with $`\LaTeX`$ (Wissenschaftliche Arbeiten schreiben mit $`\LaTeX`$ )](Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf) or the [latest](https://homepage.univie.ac.at/petra.seibert/files/latexscript.pdf)
 
+# Overleaf
+
+Employees and students can use the LaTeX editor Overleaf in their browser to collaborate on LaTeX documents online. Overleaf helps to facilitate collaborative writing, editing and creation of research papers or project reports. [ZID Overleaf](https://zid.univie.ac.at/en/overleaf/)
+[Overleaf Limits](https://www.overleaf.com/learn/how-to/Overleaf_plan_limits) and [Timeout Compile Tips](https://www.overleaf.com/learn/how-to/Fixing_and_preventing_compile_timeouts )
+
+Employees have the Overleaf pro version.
+
 # What to use?
 
 **5 Reasons for Latex**
diff --git a/Students/README.md b/Students/README.md
index 4fce2fe6224eed2c67619ad01191f26cb14f116e..e83a632b31505acc2c18e20b6e0344b7074e8d0b 100644
--- a/Students/README.md
+++ b/Students/README.md
@@ -30,7 +30,7 @@ As an employee or master student you can get access to these resources:
 
 Most people at the department use [gitlab](https://gitlab.phaidra.org) and [mattermost](https://discuss.phaidra.org), which your supervisor can arange for you to get an account.
 
-It might be useful to familiarize yourself with [git](../Git/README.md) and create a project dedicated to your master thesis on gitlab. Your supervisor can help you. Writing your thesis can be fascilitated by using [Overleaf](https://www.overleaf.de) and a [template](https://www.overleaf.com/read/ptpskhdqmqpt#566d55). As student at the University of Vienna, you can login with your u:account.
+It might be useful to familiarize yourself with [git](../Git/README.md) and create a project dedicated to your master thesis on gitlab. Your supervisor can help you. Writing your thesis can be fascilitated by using [Overleaf](https://www.overleaf.de) and a [template](https://www.overleaf.com/read/ptpskhdqmqpt#566d55). As student at the University of Vienna, you can login with your u:account. [Overleaf Limits](https://www.overleaf.com/learn/how-to/Overleaf_plan_limits) and [Timeout Compile Tips](https://www.overleaf.com/learn/how-to/Fixing_and_preventing_compile_timeouts )
 More template from our department can be found [here (wiki)](https://wiki.univie.ac.at/x/VBURC)