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