build: Update website source path in Dockerfile
Some checks are pending
Deploy Jekyll site to Pages / build (push) Waiting to run
Deploy Jekyll site to Pages / deploy (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run

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