This commit is contained in:
g* 2025-06-18 19:27:17 +02:00
commit 6ef91344f0

View file

@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Expose the port that MkDocs will run on
EXPOSE 3000
EXPOSE 80
# Command to run MkDocs
CMD ["mkdocs", "serve", "--dev-addr=127.0.0.1"]