mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
build: Update website source path in Dockerfile
This commit is contained in:
parent
114ec42563
commit
a8568c3c4f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue