Skip to content

Commit

Permalink
add changelog entry, update dead link in Docker build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita committed Feb 23, 2024
1 parent 1d9caec commit dd4a670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/13017.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Flush messages when Kafka producer is closed. This is to ensure that all messages in the producer's internal queue are sent to the broker.
2 changes: 1 addition & 1 deletion docs/docs/docker/building-in-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t
:::note
If you run into permission errors, it may be because the `rasa/rasa` images
run as user `1001` as a best practice, to avoid giving the container `root` permissions.
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/edge/engine/reference/commandline/run/)
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/reference/cli/docker/container/run/)
if you want to run the containers as a different user.

:::
Expand Down

0 comments on commit dd4a670

Please sign in to comment.