Remove -e for hassio images (#2964)

This commit is contained in:
Jesse Hills 2021-12-30 10:42:22 +13:00
parent 41879e41e6
commit 28f87dc804
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -112,7 +112,7 @@ RUN \
# Copy esphome and install
COPY . /esphome
RUN pip3 install --no-cache-dir -e /esphome
RUN pip3 install --no-cache-dir /esphome
# Labels
LABEL \