diff --git a/Dockerfile b/Dockerfile index 9c272c8..b2d0909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,3 @@ RUN mkdocs build # Use Nginx as the web server FROM nginx:latest -# Copy the built MkDocs site to the Nginx HTML directory -COPY --from=0 /app/site /usr/share/nginx/html