Skip to content

Commit f8ae9f0

Browse files
committed
chore: update apprise path
1 parent 4567a50 commit f8ae9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build/docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apt-get update && \
3434
pipx \
3535
trash-cli && \
3636
pipx install apprise && \
37-
ln -s /root/.local/bin/apprise /usr/local/bin/apprise && \
37+
ln -s ${HOME}/.local/bin/apprise /usr/local/bin/apprise && \
3838
# ========================================================================================
3939
# Install MkvToolNIX
4040
# ========================================================================================

0 commit comments

Comments
 (0)