Skip to content

Commit a8568c3

Browse files
committed
build: Update website source path in Dockerfile
1 parent 114ec42 commit a8568c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile.jekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM bretfisher/jekyll-serve
55
WORKDIR /site
66

77
# Copy the current directory contents into the container at /srv/jekyll
8-
COPY website /site
8+
COPY aider/website /site
99

1010
RUN apt-get update && apt-get install libcurl4
1111

0 commit comments

Comments
 (0)