mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +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
|
WORKDIR /site
|
||||||
|
|
||||||
# Copy the current directory contents into the container at /srv/jekyll
|
# 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
|
RUN apt-get update && apt-get install libcurl4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue