mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
build: Update website source path in Dockerfile
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
114ec42563
commit
a8568c3c4f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user