mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 15:08:10 +01:00
Workaround installing as editable package not working (#2936)
This commit is contained in:
parent
b7aad39daf
commit
7927b5f624
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ RUN \
|
||||||
|
|
||||||
# Copy esphome and install
|
# Copy esphome and install
|
||||||
COPY . /esphome
|
COPY . /esphome
|
||||||
RUN pip3 install --no-cache-dir -e /esphome
|
RUN pip3 install --no-cache-dir /esphome
|
||||||
|
|
||||||
# Settings for dashboard
|
# Settings for dashboard
|
||||||
ENV USERNAME="" PASSWORD=""
|
ENV USERNAME="" PASSWORD=""
|
||||||
|
|
Loading…
Reference in a new issue