Skip to content

Commit

Permalink
Update container config handling and resolve logged warnings (#173)
Browse files Browse the repository at this point in the history
# Description
Set default XDG_CONFIG_HOME envvar in Dockerfile
Update ovos-dinkum-listener dependency

# Issues
<!-- If this is related to or closes an issue/other PR, please note them
here -->

# Other Notes
<!-- Note any breaking changes, WIP changes, requests for input, etc.
here -->
  • Loading branch information
NeonDaniel authored Jul 27, 2023
1 parent afd95b1 commit 575e0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LABEL vendor=neon.ai \

ENV OVOS_CONFIG_BASE_FOLDER neon
ENV OVOS_CONFIG_FILENAME neon.yaml
ENV XDG_CONFIG_HOME /config

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-dinkum-listener~=0.0.2
ovos-dinkum-listener~=0.0.2,>=0.0.3a1
ovos-bus-client~=0.0.3
ovos-utils~=0.0.30
ovos-plugin-manager~=0.0.23
Expand Down

0 comments on commit 575e0e0

Please sign in to comment.