Update Dockerfile

This commit is contained in:
gugulethu 2025-06-20 18:30:10 +02:00
commit c784bc0bd1

View file

@ -12,9 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy the entire MkDocs project into the container
COPY . .
RUN mkdocs build
# Expose the port that MkDocs will run on
EXPOSE 80
# Command to run MkDocs
CMD ["mkdocs", "build"]
EXPOSE 80