Fix Docker warning by removing unbound variable (#1400)

This commit is contained in:
Adam DeMuri 2026-01-19 10:03:40 -07:00 committed by GitHub
commit f7a7226fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ RUN /app/scripts/setup-dependencies
WORKDIR /app/core
# Make 'custom_components/adaptive_lighting' imports available to tests
ENV PYTHONPATH="${PYTHONPATH}:/app"
ENV PYTHONPATH="/app"
ENTRYPOINT ["python3", \
# Enable Python development mode