From a8568c3c4f338a54f3d893a5c261f2c3830863b5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 25 May 2025 15:30:30 -0700 Subject: [PATCH] build: Update website source path in Dockerfile --- scripts/Dockerfile.jekyll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile.jekyll b/scripts/Dockerfile.jekyll index 9767b005f..22855cd58 100644 --- a/scripts/Dockerfile.jekyll +++ b/scripts/Dockerfile.jekyll @@ -5,7 +5,7 @@ FROM bretfisher/jekyll-serve WORKDIR /site # Copy the current directory contents into the container at /srv/jekyll -COPY website /site +COPY aider/website /site RUN apt-get update && apt-get install libcurl4