mirror of
https://github.com/pacnpal/simpleguardhome.git
synced 2025-12-20 04:21:13 -05:00
refactor(docker): update Dockerfile to install package from the correct path for improved reliability
This commit is contained in:
@@ -18,7 +18,7 @@ COPY setup.py pyproject.toml MANIFEST.in ./
|
||||
COPY src ./src
|
||||
|
||||
# Install the package
|
||||
RUN pip install -e . && \
|
||||
RUN pip install -e /app && \
|
||||
python3 -c "import simpleguardhome; print('Package found at:', simpleguardhome.__file__)"
|
||||
|
||||
# Set up health check
|
||||
|
||||
Reference in New Issue
Block a user