build: Update website source path in Dockerfile

This commit is contained in:
Paul Gauthier
2025-05-25 15:30:30 -07:00
committed by Paul Gauthier (aider)
parent 114ec42563
commit a8568c3c4f

View File

@@ -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