mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 06:14:04 +02:00
Fix Docker warning by removing unbound variable (#1400)
This commit is contained in:
parent
e656dd31b0
commit
f7a7226fdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue