This commit is contained in:
g* 2025-06-18 18:10:40 +02:00
commit fa927d1253

View file

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