From c784bc0bd1b35c929f667dc4edf3e3bf8abdade9 Mon Sep 17 00:00:00 2001 From: gugulethu Date: Fri, 20 Jun 2025 18:30:10 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1188d31..84d0a45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +EXPOSE 80 \ No newline at end of file