Skip to content

Commit

Permalink
add missing files to container
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 1, 2024
1 parent 82478e9 commit be37d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ COPY requirements/base.txt /taleweave/requirements/base.txt
RUN pip install --no-cache-dir -r requirements/base.txt

COPY taleweave/ /taleweave/taleweave/
COPY prompts/ /taleweave/prompts/
COPY config.yml /taleweave/config.yml

CMD ["python", "-m", "taleweave.main"]

0 comments on commit be37d58

Please sign in to comment.