diff --git a/Dockerfile b/Dockerfile index e282c58..c7b469a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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