1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-05 18:30:57 +01:00

Workaround installing as editable package not working (#2936)

This commit is contained in:
Jesse Hills 2021-12-23 08:43:17 +13:00 committed by GitHub
parent b7aad39daf
commit 7927b5f624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ RUN \
# Copy esphome and install
COPY . /esphome
RUN pip3 install --no-cache-dir -e /esphome
RUN pip3 install --no-cache-dir /esphome
# Settings for dashboard
ENV USERNAME="" PASSWORD=""