mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -05:00
feat(docker): add diagnostic output for package installation and import verification
This commit is contained in:
@@ -31,6 +31,8 @@ COPY . .
|
||||
RUN pip uninstall -y simpleguardhome || true && \
|
||||
pip install -e . && \
|
||||
pip show simpleguardhome && \
|
||||
pip list && \
|
||||
python3 -c "import sys; print('Python path:', sys.path)" && \
|
||||
python3 -c "import simpleguardhome; print('Package found at:', simpleguardhome.__file__)"
|
||||
|
||||
# Copy and set up entrypoint script
|
||||
|
||||
Reference in New Issue
Block a user