Skip to content

Commit

Permalink
fix: Update Dockerfile to new default knowledge-pack path
Browse files Browse the repository at this point in the history
  • Loading branch information
birgitta410 committed Aug 27, 2024
1 parent 3cffac4 commit a9f89f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ FROM ${REGISTRY_URL}haiven:${TAG}

COPY ./config_override/ /app/

COPY . /app/teams
COPY . /app/knowledge-pack

CMD ["python", "-u", "main.py"]

0 comments on commit a9f89f7

Please sign in to comment.