Updated Troubleshooting (markdown)

master
Chris Caron 2022-12-17 14:02:37 -05:00
parent ec5dd2960d
commit ad2a388ec0
1 changed files with 1 additions and 1 deletions

@ -313,7 +313,7 @@ RUN pip3 install apprise
# RUN pip3 install "git+https://github.com/caronc/apprise.git" # RUN pip3 install "git+https://github.com/caronc/apprise.git"
## Use a specific branch you want to test ## Use a specific branch you want to test
RUN pip3 install "git+https://github.com/caronc/apprise.git@branch" # RUN pip3 install "git+https://github.com/caronc/apprise.git@branch"
``` ```
Next we need to build our docker container we set up the blueprints for above: Next we need to build our docker container we set up the blueprints for above: