From bd27faa568c1249ff35c5d68efad038059374913 Mon Sep 17 00:00:00 2001 From: gugulethu Date: Sun, 22 Jun 2025 00:09:09 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7150886..6ec9df1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -COPY ./site . +COPY . . RUN mkdocs build