Skip to content

Commit 21868af

Browse files
authored
Merge pull request #590 from andhask/fix-docker-build
Fix docker build not copying `skills` folder
2 parents 51d92c6 + 8e779c7 commit 21868af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN cd interface && bun run build
5959
COPY build.rs ./
6060
COPY prompts/ prompts/
6161
COPY presets/ presets/
62+
COPY skills/ skills/
6263
COPY migrations/ migrations/
6364
COPY docs/ docs/
6465
COPY AGENTS.md README.md CHANGELOG.md ./

0 commit comments

Comments
 (0)